.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / type-check / lib / index.js
1 // Generated by LiveScript 1.6.0
2 (function(){
3   var VERSION, parseType, parsedTypeCheck, typeCheck;
4   VERSION = '0.4.0';
5   parseType = require('./parse-type');
6   parsedTypeCheck = require('./check');
7   typeCheck = function(type, input, options){
8     return parsedTypeCheck(parseType(type), input, options);
9   };
10   module.exports = {
11     VERSION: VERSION,
12     typeCheck: typeCheck,
13     parsedTypeCheck: parsedTypeCheck,
14     parseType: parseType
15   };
16 }).call(this);