UNPKG

@thatcompany/ts-tool

Version:

基于TypeScript编写的工具库

7 lines (6 loc) 126 B
export type TErrorParam = { message?: string; printStack?: boolean; handle?: Function; [key: string]: any; };