fuc-new/doc/node_modules/superjson/dist/accessDeep.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

3 lines
189 B
TypeScript

export declare const getDeep: (object: object, path: (string | number)[]) => object;
export declare const setDeep: (object: any, path: (string | number)[], mapper: (v: any) => any) => any;