UNPKG

assertthat

Version:
9 lines (8 loc) 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertActualIsNotTruthy = void 0; const assertAnyIsNotTruthy_1 = require("../../forAny/assertAnyIsNotTruthy"); const assertActualIsNotTruthy = function (actual) { return (0, assertAnyIsNotTruthy_1.assertAnyIsNotTruthy)(actual); }; exports.assertActualIsNotTruthy = assertActualIsNotTruthy;