UNPKG

@nesvet/n

Version:
4 lines 154 B
import { Falsy } from "./Falsy.js"; export type Truthy<T> = T extends Falsy ? never : T; export { Truthy as Truely }; //# sourceMappingURL=Truthy.d.ts.map