UNPKG

@kahi-ui/framework

Version:

Straight-forward Svelte UI for the Web

4 lines (3 loc) 304 B
import { Temporal } from "../../vendor/js-temporal-polyfill"; export declare function from_datestamp(timestamp: string | Temporal.PlainDateLike, modify?: Temporal.PlainDateLike): Temporal.PlainDate; export declare function to_datestamp(date: Temporal.PlainDate, modify?: Temporal.PlainDateLike): string;