UNPKG

@technoapple/ga4

Version:

TypeScript Node.js library to support GA4 analytics.

3 lines (2 loc) 141 B
declare function findLast<T>(list: Array<T>, predicate: (value: T, index: number, obj: T[]) => unknown): T | undefined; export { findLast };