UNPKG

assertthat

Version:
10 lines (9 loc) 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertActualIsNotAValue = void 0; const assertResultIsNotAValue_1 = require("../../forResults/assertResultIsNotAValue"); // eslint-disable-next-line @typescript-eslint/naming-convention const assertActualIsNotAValue = function (actual) { return (0, assertResultIsNotAValue_1.assertResultIsNotAValue)(actual); }; exports.assertActualIsNotAValue = assertActualIsNotAValue;