UNPKG

@visactor/react-vrender

Version:
10 lines (9 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.error = exports.log = void 0, exports.log = __DEV__ ? (...args) => { console.log(...args); } : () => {}, exports.error = __DEV__ ? errorMsg => { throw new Error(errorMsg); } : () => {}; //# sourceMappingURL=debug.js.map