UNPKG

@typescript-eslint/typescript-estree

Version:

A parser that converts TypeScript source code into an ESTree compatible form

4 lines 227 B
import * as ts from 'typescript'; export declare function isSourceFile(code: unknown): code is ts.SourceFile; export declare function getCodeText(code: string | ts.SourceFile): string; //# sourceMappingURL=source-files.d.ts.map