PHP 8.2.30
Preview: tiny-invariant.js Size: 841 B
/home/byroehnu/easepay.easetack.com/node_modules/tiny-invariant/dist/tiny-invariant.js

(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
    typeof define === 'function' && define.amd ? define(factory) :
    (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.invariant = factory());
})(this, (function () { 'use strict';

    var isProduction = process.env.NODE_ENV === 'production';
    var prefix = 'Invariant failed';
    function invariant(condition, message) {
        if (condition) {
            return;
        }
        if (isProduction) {
            throw new Error(prefix);
        }
        var provided = typeof message === 'function' ? message() : message;
        var value = provided ? "".concat(prefix, ": ").concat(provided) : prefix;
        throw new Error(value);
    }

    return invariant;

}));

Directory Contents

Dirs: 1 × Files: 6

Name Size Perms Modified Actions
esm DIR
- drwxr-xr-x 2026-03-14 01:49:21
Edit Download
127 B lr--r--r-- 2026-03-14 01:49:21
Edit Download
462 B lrw-r--r-- 2026-02-28 00:26:44
Edit Download
1.02 KB lrw-r--r-- 2026-02-28 00:28:06
Edit Download
452 B lrw-r--r-- 2026-02-28 00:26:54
Edit Download
841 B lrw-r--r-- 2026-02-28 00:27:28
Edit Download
302 B lrw-r--r-- 2026-02-28 00:27:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).