UNPKG

offensive

Version:

Fast and boilerplate-free precondition checks for javascript.

18 lines (17 loc) 618 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.registerIn = exports.LessThanAssertion = void 0; var LessThanAssertion_1 = require("./LessThanAssertion"); exports.LessThanAssertion = LessThanAssertion_1.default; exports.default = LessThanAssertion_1.default; /** * @author Maciej Chałapuk (maciej@chalapuk.pl) */ function registerIn(registry) { registry.addAssertionFactory({ lessThan: LessThanAssertion_1.default.factory, less: LessThanAssertion_1.default.factory, lt: LessThanAssertion_1.default.factory, }); } exports.registerIn = registerIn;