UNPKG

@santoriggio/react-native-components

Version:
7 lines (3 loc) 128 B
import Store from "./Store"; export const Storage = new Store<any>("default"); export const Cache = new Store<any>("cache");