swc/bundler/tests/.cache/deno/3b437217e8cf22be2af56d8376bced4617c7bd5b.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +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);
};
}