Files
memecoin-botV2/.pnpm-store/v10/files/05/d3570b125c25368c07fe315d97dd44ed11f213f12c24fd05d31f6e034486a843df2ec094235af9c18a0b8015ab0ce5b30ab1327d7cf9e419ffa5407e0f81fc

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;