UNPKG
curry-d
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
Curry and curry right at arbitrary depth, then uncurry, if you want.
curry-d
/
test
/
curry-d-node.js
10 lines
(9 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
(
function
(
) {
'use strict'
;
require
(
'./curry-d'
).
test
(
'Require in Node'
,
require
(
'chai'
).
expect
,
require
(
'lodash'
),
require
(
'../'
) ); })();