UNPKG

t-comm

Version:

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

7 lines (6 loc) 226 B
declare function updateChildId(data: { child_id_new?: number | string; child_id?: number | string; }): void; export declare function traverseResp(data: Record<string, any>, cb?: typeof updateChildId): void; export {};