3 lines
182 B
Plaintext
3 lines
182 B
Plaintext
import type * as ts from 'typescript';
|
|
export declare function typeDeclaredInFile(relativePath: string | undefined, declarationFiles: ts.SourceFile[], program: ts.Program): boolean;
|