UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

4 lines 342 B
export declare function arrayRemoveElement<T>(array: T[], element: T): boolean; export declare function arrayRemoveAt<T>(array: T[], index: number): void; export declare const arrayFind: <T>(array: readonly T[], predicate: (element: T, index: number, array: readonly T[]) => boolean) => T | undefined; //# sourceMappingURL=ArrayUtils.d.ts.map