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