UNPKG

vremel

Version:

JavaScript date utility library for Temporal API

8 lines 417 B
import type { Temporal } from "../types.js"; /** * Returns the end of a second for the given datetime * @param dt datetime object which includes time info * @returns Temporal object which represents the end of the second */ export declare function endOfSecond<DateTime extends Temporal.PlainTime | Temporal.PlainDateTime | Temporal.ZonedDateTime>(dt: DateTime): DateTime; //# sourceMappingURL=endOfSecond.d.ts.map