Skip to content

Repository files navigation

is-es5-identifier-name

Check if provided string is an IdentifierName as specified in ECMA262 edition 5.1 section 7.6.

Installation

yarn add is-es5-identifier-name

Usage

import isEs5IdentifierName from "is-es5-identifier-name";

isEs5IdentifierName("es5");
// -> true

isEs5IdentifierName("16");
// -> false

About

Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.

Resources

Code of conduct

Security policy

Stars

2 stars

Watchers

7 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages