UNPKG

@nocobase/plugin-file-manager

Version:

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

7 lines (6 loc) 220 B
interface Config { exclude?: string[]; } declare type FormatObjKeyType = 'firstUpperCase' | 'firstLowerCase'; export declare function formatObjKey(obj: any, type: FormatObjKeyType, options?: Config): any; export {};