UNPKG

typedash

Version:

modern, type-safe collection of utility functions

13 lines (11 loc) 250 B
'use strict'; // src/functions/negate/negate.ts function negate(func) { return (...args) => { const result = func(...args); return !result; }; } exports.negate = negate; //# sourceMappingURL=out.js.map //# sourceMappingURL=index.cjs.map