UNPKG

302 BTypeScriptView Raw
1import { ScriptTarget } from 'typescript';
2export declare function checkInvalidCharacter(text: string, target: ScriptTarget): boolean;
3export declare function toValidIdentifier(text: string, target: ScriptTarget): string;
4export declare function toTypeName(text: string, target: ScriptTarget): string;