UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

4 lines (3 loc) 253 B
export declare const toRegexOrString: (value: string | RegExp) => string | RegExp; export declare const findMatch: (haystack: (string | RegExp)[], needle: string) => string | RegExp | undefined; export declare const isIdChar: (text: string) => boolean;