Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 195 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 195 Bytes

Install

yarn add @moeui/storage

// or 

npm i @moeui/storage

Use

import storage from '@moeui/storage'

storage.set('language', 'zh_CN')

storage.get('language')