UNPKG

vremel

Version:

JavaScript date utility library for Temporal API

9 lines 306 B
import type { Temporal } from "../types.js"; /** * Returns the julian date of the exact time which the given temporal object represents. * * @param instant instant * @returns julian date */ export declare function julianDate(instant: Temporal.Instant): number; //# sourceMappingURL=julianDate.d.ts.map