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