UNPKG

197 BTypeScriptView Raw
1export declare const TimePrecision: {
2 MILLISECOND: "millisecond";
3 MINUTE: "minute";
4 SECOND: "second";
5};
6export type TimePrecision = (typeof TimePrecision)[keyof typeof TimePrecision];