UNPKG

@js-temporal/polyfill

Version:

Polyfill for Tc39 Stage 3 proposal Temporal (https://github.com/tc39/proposal-temporal)

6 lines (4 loc) 120 B
interface GlobalDebugInfo { __debug__?: boolean; } export const DEBUG = !!(globalThis as GlobalDebugInfo).__debug__;