UNPKG
guards
Version:
latest (0.3.0)
0.3.0
0.2.0
0.0.1
Data type & structure checking, runtime analog of types
jeditoolkit.com/guards/docs/
Gozala/guards
guards
/
node_modules
/
graphquire
/
test
/
fixtures
/
pckg-npm
/
index.js
4 lines
(3 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
exports.name
=
"main"
;
exports.absolute
= require(
"http!foo.org/a"
)
;
exports.dependency
= require(
"dependency"
)
;