UNPKG

@steelbreeze/pivot

Version:

Minimal TypeScript / JavaScript n-cube library

5 lines (4 loc) 185 B
/** * Function to pass into Array.prototype.filter to return unique values. */ export declare function distinct<TValue>(value: TValue, index: number, source: Array<TValue>): boolean;