4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
import * as ts from 'typescript';
|
|
export declare const isPossiblyFalsy: (type: ts.Type) => boolean;
|
|
export declare const isPossiblyTruthy: (type: ts.Type) => boolean;
|