UNPKG

mock-async-storage

Version:

Its a mock of react-native AsyncStorage for jest tests

6 lines (5 loc) 177 B
export = index; declare function index(target: any, source: any, optionsArgument?: any): any; declare namespace index { function all(array: any, optionsArgument: any): any; }