mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
Comply with ESM syntax.
This commit is contained in:
@ -17,4 +17,4 @@ const CheckKebabCase = (varName) => {
|
||||
return pat.test(varName) && !varName.includes('_')
|
||||
}
|
||||
|
||||
module.exports = CheckKebabCase
|
||||
export { CheckKebabCase }
|
||||
|
Reference in New Issue
Block a user