UNPKG

@burglekitt/gmt

Version:

Temporal-based date and time utilities with timezone support and polyfill integration

3 lines (2 loc) 132 B
import { Temporal } from "@js-temporal/polyfill"; export declare function toInstantFromUtc(value: string): Temporal.Instant | null;