UNPKG

@patreon/studio

Version:

Patreon Studio Design System

11 lines 460 B
import { IS_DEV, IS_TEST } from './env'; // TODO (legacied import/no-anonymous-default-export, import/no-default-export) // This failure is legacied in and should be updated. DO NOT COPY. // eslint-disable-next-line import/no-anonymous-default-export, import/no-default-export export default (...args) => { if (IS_DEV && !IS_TEST) { // eslint-disable-next-line no-console console.warn(...args); } }; //# sourceMappingURL=dev-warn.js.map