UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

9 lines (8 loc) 289 B
/** * Return a unique array of primitive members * Sorts the array * @private */ export declare function arrayUnique<T>(array: T[]): T[]; export declare const alphabetically: (a: any, b: any) => 1 | -1 | 0; export declare const removeStr: (arr: string[], element: string) => string[];