UNPKG

@typescript-eslint/eslint-plugin

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