4 lines
185 B
Plaintext
4 lines
185 B
Plaintext
import * as ts from 'typescript';
|
|
export declare function isSourceFile(code: unknown): code is ts.SourceFile;
|
|
export declare function getCodeText(code: string | ts.SourceFile): string;
|