0.0.2 • Published 2 years ago
@inlang/valid-js-identifier v0.0.2
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.