UNPKG

react-native-readium

Version:

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

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