import type { Falsy } from './truthy-falsy.js'; export type Not = A extends Falsy ? True : False; //# sourceMappingURL=Not.d.ts.map