@metreeca/core - v0.9.17
    Preparing search index...

    Type Alias Identifier

    Identifier: string

    ECMAScript Identifier.

    A string matching ECMAScript IdentifierName syntax:

    /^[_$\p{ID_Start}][$\u200C\u200D\p{ID_Continue}]*$/u
    
    Warning

    This is a type alias for documentation purposes only. Branding was considered but not adopted due to interoperability issues with tools relying on static code analysis. Values must be validated at runtime using isIdentifier.