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_timestamp(timestamp: string | Temporal.PlainTimeLike, modify?: Temporal.PlainTimeLike): Temporal.PlainTime; export declare function to_timestamp(time: Temporal.PlainTime, modify?: Temporal.PlainTimeLike): string;