3 lines
108 B
Plaintext
3 lines
108 B
Plaintext
import * as ts from 'typescript';
|
|
export declare function isTypeBrandedLiteralLike(type: ts.Type): boolean;
|