Sha256: 8f0a20b0e2c972fd73ddea9e17bbacaf625afaa4cd48e9c9799f8fe090110d61

Contents?: true

Size: 788 Bytes

Versions: 70

Compression:

Stored size: 788 Bytes

Contents

// Generated by LiveScript 1.4.0
(function(){
  var parseString, cast, parseType, VERSION, parsedTypeParse, parse;
  parseString = require('./parse-string');
  cast = require('./cast');
  parseType = require('type-check').parseType;
  VERSION = '0.3.0';
  parsedTypeParse = function(parsedType, string, options){
    options == null && (options = {});
    options.explicit == null && (options.explicit = false);
    options.customTypes == null && (options.customTypes = {});
    return cast(parseString(parsedType, string, options), parsedType, options);
  };
  parse = function(type, string, options){
    return parsedTypeParse(parseType(type), string, options);
  };
  module.exports = {
    VERSION: VERSION,
    parse: parse,
    parsedTypeParse: parsedTypeParse
  };
}).call(this);

Version data entries

70 entries across 70 versions & 7 rubygems

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