0.0.7 • Published 10 years ago
tg v0.0.7
tg
Type checking at runtime
Install
npm install tgUsage
var tg = require('tg').tg
tg(Number, 4)
tg(String, 4) // throws a TypeErrorLICENSE
Type checking at runtime
Install
npm install tgUsage
var tg = require('tg').tg
tg(Number, 4)
tg(String, 4) // throws a TypeErrorLICENSE