UNPKG

@7-docs/cli

Version:

Command-line tool for 7-docs to ingest content

3 lines (2 loc) 231 B
export declare const uniqueByProperty: <T, K extends keyof T>(arr: T[], property: K) => T[]; export declare const forEachChunkedAsync: <T>(array: T[], chunkSize: number, callbackFn: (chunk: T[]) => Promise<void>) => Promise<void>;