UNPKG

yogeshs-utilities

Version:
4 lines (3 loc) 80 B
interface Array<T> { filterLists(predicate: (list: T[]) => boolean): T[]; }