UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

2 lines (1 loc) 124 B
export declare function mapValuesDeep(obj: Record<string, any>, fn: (key: string, value: any) => any): Record<string, any>;