UNPKG

@prisma/sdk

Version:
2 lines (1 loc) 129 B
export declare function flatMap<T, U>(array: T[], callbackFn: (value: T, index: number, array: T[]) => U[], thisArg?: any): U[];