UNPKG

cspell-grammar

Version:
6 lines 199 B
/** * Mappers for TypeScript and JavaScript */ import type { MappedText } from './types.js'; export declare function mapRawString(text: string): MappedText; //# sourceMappingURL=typescript.d.ts.map