DIR: /proc/1991111/root/usr/share/nodejs/type-check/lib/ |
Current File : //proc/1991111/root/usr/share/nodejs/type-check/lib/index.js |
// Generated by LiveScript 1.6.1 (function(){ var VERSION, parseType, parsedTypeCheck, typeCheck; VERSION = '0.4.0'; parseType = require('./parse-type'); parsedTypeCheck = require('./check'); typeCheck = function(type, input, options){ return parsedTypeCheck(parseType(type), input, options); }; module.exports = { VERSION: VERSION, typeCheck: typeCheck, parsedTypeCheck: parsedTypeCheck, parseType: parseType }; }).call(this); |