UNPKG

ali-oss

Version:

aliyun oss(object storage service) node client

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 {};