UNPKG

@hokuto/jam-node

Version:

JAM Node TS, guardians and utils

4 lines (3 loc) 167 B
import { LogTimer, Timer } from "../types.js"; export declare function getTimer(start?: number): Timer; export declare function getLogTimer(start?: number): LogTimer;