UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

7 lines 279 B
/** * Date to string in LOCAL time (no timezone suffix). * Example: 2025-12-04T22:58:00 * Note: this uses local getters and is affected by the environment timezone and DST rules. */ export default function toString(date?: Date): string; //# sourceMappingURL=toString.d.ts.map