UNPKG

@uxland/functional

Version:
8 lines (7 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invariant = (condition, message) => { condition = typeof condition === 'function' ? condition() : condition; if (!condition) throw new Error(message); };