init
This commit is contained in:
5
node_modules/ramda/es/internal/_complement.js
generated
vendored
Normal file
5
node_modules/ramda/es/internal/_complement.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function _complement(f) {
|
||||
return function () {
|
||||
return !f.apply(this, arguments);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user