Files
n8n-nodes-gwezz-changdunovel/node_modules/n8n-workflow/dist/cjs/augment-object.d.ts
2025-10-26 23:10:15 +08:00

3 lines
170 B
TypeScript

export declare function augmentArray<T>(data: T[]): T[];
export declare function augmentObject<T extends object>(data: T): T;
//# sourceMappingURL=augment-object.d.ts.map