@kahi-ui/framework
Version:
Straight-forward Svelte UI for the Web
4 lines (3 loc) • 413 B
TypeScript
import { Temporal } from "../../vendor/js-temporal-polyfill";
export declare function from_datetimestamp(datetimestamp: number | string, modify?: Temporal.PlainDateTimeLike): Temporal.PlainDateTime | Temporal.Instant | Temporal.ZonedDateTime;
export declare function to_datetimestamp(datetimestamp: Temporal.PlainDateTime | Temporal.Instant | Temporal.ZonedDateTime, modify?: Temporal.PlainDateTimeLike): string;