UNPKG

@wener/console

Version:

Base console UI toolkit

11 lines (10 loc) 312 B
const __DEV__ = process.env.NODE_ENV === 'development'; export function useExposeDebug(o) { if (__DEV__) { if (typeof window !== 'undefined') { const debug = window.__DEBUG_HOLDER__ ||= {}; Object.assign(debug, o); } } } //# sourceMappingURL=useExposeDebug.js.map