UNPKG

zs-control

Version:

State management inspired by Zustand with strong TypeScript typing.

5 lines (4 loc) 147 B
export declare const day: () => { format: (formatString: string) => string; }; export declare const clock: (format: string) => NodeJS.Timeout;