UNPKG

@dock365/reform-fabric-fields

Version:
4 lines (3 loc) 74 B
interface Array<T> { find(predicate: (search: T) => boolean): T; }