UNPKG

froebel

Version:
16 lines (10 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertType = exports.assertNotType = void 0; const assertType = (..._TYPE) => {}; exports.assertType = assertType; const assertNotType = (..._TYPE) => {}; exports.assertNotType = assertNotType; module.exports = Object.assign(exports.default || {}, exports);