UNPKG

@whitesev/utils

Version:

一个常用的工具库

10 lines (9 loc) 216 B
export declare interface UtilsTryCatchConfig { log: boolean; } /** tryCatch */ export declare interface UtilsTryCatchType { run: UtilsTryCatchType; config: UtilsTryCatchType; error: UtilsTryCatchType; }