justingrant / temporal

A lightweight Temporal polyfill and other futuristic JavaScript date utilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal Monorepo

A lightweight Temporal polyfill and other futuristic JavaScript date utilities.

temporal-polyfill

A spec-compliant polyfill in 16kb.

npm install temporal-polyfill

A) Import globally:

import 'temporal-polyfill/global'

console.log(Temporal.Now.zonedDateTimeISO().toString())

B) Import as an ES module without side effects:

import { Temporal } from 'temporal-polyfill'

console.log(Temporal.Now.zonedDateTimeISO().toString())

Read more about temporal-polyfill

Repo Dev Commands

yarn build
yarn watch
yarn test --watch
yarn test --coverage
yarn lint
yarn size

About

A lightweight Temporal polyfill and other futuristic JavaScript date utilities.


Languages

Language:JavaScript 75.0%Language:TypeScript 24.9%Language:HTML 0.0%