UNPKG

145 BJavaScriptView Raw
1/*!
2 * type-checker
3 * Copyright(c) 2020 Dmitry Kokhanevych
4 * MIT Licensed
5 */
6
7 'use strict';
8
9 module.exports = require('./psycho-type');
10