UNPKG

@meilisearch/instant-meilisearch

Version:
3 lines 208 B
export declare const removeUndefined: <T>(arr: Array<T | undefined>) => T[]; export declare function removeDuplicate(key: string): (object: Record<string, any>) => boolean; //# sourceMappingURL=array.d.ts.map