UNPKG

255 BTypeScriptView Raw
1import ts from 'typescript';
2export declare function getLiteralValue(node: ts.NumericLiteral): number;
3export declare function getLiteralValue(node: ts.StringLiteral | ts.LiteralExpression | ts.TemplateHead | ts.TemplateMiddle | ts.TemplateTail): string;