UNPKG

@visactor/react-vrender

Version:
8 lines (7 loc) 208 B
export const log = __DEV__ ? (...args) => { console.log(...args); } : () => {}; export const error = __DEV__ ? errorMsg => { throw new Error(errorMsg); } : () => {}; //# sourceMappingURL=debug.js.map