UNPKG

@sfenton/react-native-readium-with-cfi

Version:

A react-native wrapper for https://readium.org/ with CFI support

4 lines (3 loc) 113 B
export const indexOfObjectValue = (obj: any, val: any): number => { return Object.values(obj).indexOf(val); };