Sha256: 93a1ada946620b508ed3e9f88c086636b579ca22ab49ba326bd2b2eb242f201b

Contents?: true

Size: 464 Bytes

Versions: 70

Compression:

Stored size: 464 Bytes

Contents

// Generated by LiveScript 1.4.0
(function(){
  var VERSION, parseType, parsedTypeCheck, typeCheck;
  VERSION = '0.3.2';
  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);

Version data entries

70 entries across 70 versions & 7 rubygems

Version Path
appmap-0.72.2 ./node_modules/type-check/lib/index.js
appmap-0.72.1 ./node_modules/type-check/lib/index.js
appmap-0.72.0 ./node_modules/type-check/lib/index.js
appmap-0.71.0 ./node_modules/type-check/lib/index.js
appmap-0.70.2 ./node_modules/type-check/lib/index.js
appmap-0.70.1 ./node_modules/type-check/lib/index.js
appmap-0.70.0 ./node_modules/type-check/lib/index.js
appmap-0.69.0 ./node_modules/type-check/lib/index.js
appmap-0.68.2 ./node_modules/type-check/lib/index.js
appmap-0.68.1 ./node_modules/type-check/lib/index.js
appmap-0.68.0 ./node_modules/type-check/lib/index.js
appmap-0.67.1 ./node_modules/type-check/lib/index.js
appmap-0.67.0 ./node_modules/type-check/lib/index.js
appmap-0.66.2 ./node_modules/type-check/lib/index.js
appmap-0.66.1 ./node_modules/type-check/lib/index.js
appmap-0.66.0 ./node_modules/type-check/lib/index.js
appmap-0.65.1 ./node_modules/type-check/lib/index.js
appmap-0.65.0 ./node_modules/type-check/lib/index.js
appmap-0.64.0 ./node_modules/type-check/lib/index.js
appmap-0.63.0 ./node_modules/type-check/lib/index.js