UNPKG
@technoapple/ga4
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript Node.js library to support GA4 analytics.
github.com/technoapple/ga4
technoapple/ga4
@technoapple/ga4
/
build
/
main
/
util.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
declare
function
findLast<T>(
list
:
Array
<T>,
predicate
:
(
value
: T,
index
:
number
,
obj
: T[]
) =>
unknown
): T |
undefined
;
export
{ findLast };