UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

8 lines (7 loc) 275 B
import type { Timestamp } from '../../dt/index.js'; import type { ClockManager, ClockManagerDateKey } from '../ClockManager.js'; export declare class StdDateClockManager implements ClockManager { now(): Date; nowToKey(): ClockManagerDateKey; time(): Timestamp; }