UNPKG

@jauntywunderkind/tc39-temporal

Version:
10 lines (9 loc) 217 B
import('./index.mjs') .then(({ Temporal, Intl }) => { globalThis.Temporal = { ...Temporal }; Object.assign(globalThis.Intl, Intl); }) .catch((err) => { console.error(err); process.exit(1); });