3 lines
135 B
Plaintext
3 lines
135 B
Plaintext
import type * as ts from 'typescript';
|
|
export declare function specifierNameMatches(type: ts.Type, names: string | string[]): boolean;
|