UNPKG

offensive

Version:

Fast and boilerplate-free precondition checks for javascript.

16 lines (15 loc) 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerIn = exports.instance = void 0; var ofType_1 = require("../ofType"); exports.instance = new ofType_1.default('undefined'); /** * @author Maciej Chałapuk (maciej@chalapuk.pl) */ function registerIn(registry) { registry.addAssertion({ Undefined: exports.instance, undefined: exports.instance, }); } exports.registerIn = registerIn;