froebel
Version:
TypeScript utility library
16 lines (10 loc) • 350 B
JavaScript
;
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);