UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

3 lines (2 loc) 125 B
declare const remove: <T>(arr: T[], predicate: (value: T, idx: number, arr?: T[]) => boolean) => T[]; export default remove;