@inlang/valid-js-identifier
v0.0.2
Published
Validates that a string is a valid JavaScript identifier
Downloads
6
Readme
Valid JS Identifier
This package provides a utility function to check if a string is a valid JavaScript identifier. It also excludes any reserved JS keywords. You can read more about valid JS identifiers here.