0.1.2 • Published 4 years ago
@moeui/storage v0.1.2
Install
yarn add @moeui/storage
// or
npm i @moeui/storageUse
import storage from '@moeui/storage'
storage.set('language', 'zh_CN')
storage.get('language')yarn add @moeui/storage
// or
npm i @moeui/storageimport storage from '@moeui/storage'
storage.set('language', 'zh_CN')
storage.get('language')