UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (9 loc) 169 B
export type IBrowser = any; export type IPage = any; export type ITestList = Array<{ fail: number; title: string; err: { estack?: string; }; }>;