UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

8 lines 243 B
/** * Find the first truthy value in an array. * @param arr * @param fn * @returns */ export declare const findFirstTruthy: <T, U>(arr: T[], fn: (elm: T) => U) => NonNullable<U> | undefined; //# sourceMappingURL=find-first-truthy.d.ts.map