UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

4 lines (2 loc) 141 B
declare function findLastIndex<T>(array: T[], predicate: (value: T, index: number, obj: T[]) => boolean): number; export { findLastIndex };