UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

6 lines (5 loc) 191 B
export declare function filterArrayUnique<T>(items: T[], key: keyof T, options?: { removeNull?: boolean; removeUndefined?: boolean; onDuplicateFound?: (item: T) => void; }): T[];