DIR : /home/kozerus/public_html/cropex/node/node_modules/motion-utils/dist/es/errors.mjs

/home/kozerus/public_html/cropex/node/node_modules/motion-utils/dist/es

import { noop } from './noop.mjs';

let warning = noop;
let invariant = noop;
if (process.env.NODE_ENV !== "production") {
    warning = (check, message) => {
        if (!check && typeof console !== "undefined") {
            console.warn(message);
        }
    };
    invariant = (check, message) => {
        if (!check) {
            throw new Error(message);
        }
    };
}

export { invariant, warning };
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer