swc/crates/swc_bundler/tests/.cache/deno/3b437217e8cf22be2af56d8376bced4617c7bd5b.ts
2021-11-09 20:42:49 +09:00

9 lines
190 B
TypeScript

// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_complement.js
export default function _complement(f) {
return function() {
return !f.apply(this, arguments);
};
}