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-cached
/
index.js
3 lines
(2 loc)
•
71 B
JavaScript
View Raw
1
2
3
exports.name
=
"main"
;
exports.dependency
= require(
"http!foo.org/a"
)
;