swc/crates/swc_bundler/tests/.cache/deno/3b437217e8cf22be2af56d8376bced4617c7bd5b.ts

9 lines
190 B
TypeScript
Raw Normal View History

// 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);
};
}