UNPKG

@nocobase/plugin-file-manager

Version:

Provides files storage services with files collection template and attachment field.

3 lines (2 loc) 167 B
export declare const deepCopy: (obj: any) => any; export declare const deepCopyWith: (obj: any, customizer?: ((v: any, k: string, o: any) => any) | undefined) => any;