UNPKG

asyncstorage-down

Version:

A leveldown API implementation that maps to AsyncStorage in React Native, originally a fork of no9/localstorage-down

6 lines (5 loc) 96 B
module.exports = { get AsyncStorage() { return require('react-native').AsyncStorage } }