UNPKG

205 BTypeScriptView Raw
1declare const _default: (input: string | undefined) => boolean | "" | undefined;
2/**
3 * Test if the string is a valid JavaScript identifier.
4 *
5 * @param input String to test.
6 */
7export default _default;