UNPKG

@iicoding/utils

Version:

Browser 端 - 类型判断 - 类似 koa 的异步compose - sleep - 扩展对象属性 - 扩展 storage 对象功能

8 lines (7 loc) 242 B
export type TRemainder = { errMsg: string | null; targetTime: number | null; isExpiration: boolean | null; timeToExpiration: string | null; }; export declare const getRemainder: (target: number | string | Date) => TRemainder;