3 lines
152 B
Plaintext
3 lines
152 B
Plaintext
import type * as ts from 'typescript';
|
|
export declare function isSymbolFromDefaultLibrary(program: ts.Program, symbol: ts.Symbol | undefined): boolean;
|