is-identifier
Advanced tools
Comparing version 1.0.0 to 1.0.1
/** | ||
Check if a string is a valid [JavaScript identifier](https://developer.mozilla.org/en-US/docs/Glossary/Identifier) | ||
Check if a string is a valid [JavaScript identifier](https://developer.mozilla.org/en-US/docs/Glossary/Identifier). | ||
@@ -18,2 +18,2 @@ @example | ||
*/ | ||
export default function isIdentifier(value: string): value is string; | ||
export default function isIdentifier(value: string); |
{ | ||
"name": "is-identifier", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if a string is a valid JavaScript identifier", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3974