UNPKG

typedash

Version:

modern, type-safe collection of utility functions

11 lines (10 loc) 237 B
// src/functions/negate/negate.ts function negate(func) { return (...args) => { const result = func(...args); return !result; }; } export { negate }; //# sourceMappingURL=out.js.map //# sourceMappingURL=chunk-5QPXZP64.js.map