UNPKG
iustoofficiis
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
JavaScript extra Types
github.com/OdaTorphy/iustoofficiis.git
OdaTorphy/iustoofficiis
iustoofficiis
/
index.js
8 lines
•
178 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
types = require(
'./lib'
) module.exports.
init
= () => { types.
string
.
init
() types.array.
init
() types.
object
.
init
() types.regex.
init
() types.number.
init
() }