mirror of https://github.com/codefeathers/window
Muthu Kumar
7 years ago
3 changed files with 7 additions and 3 deletions
@ -0,0 +1,5 @@ |
|||||
|
const wrap = (f, ...x) => (...y) => f(...x, ...y); |
||||
|
|
||||
|
module.exports = { |
||||
|
wrap |
||||
|
} |
Loading…
Reference in new issue