UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
src
/
deps
/
construct
/
date.js
5 lines
(3 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
const
construct =
require
(
'../fp/construct'
)
// @NOTE this is the worst one to construct because it has so many optional args
module
.
exports
=
construct
(
0
,
Date
)