中文 | English
1k-utils
包含web日常开发过程中常用功能的工具箱。
npm install
npm install 1k-utils
yarn instatll
yarn add 1k-utils
使用
import { storage } from '1k-utils'
storage('local').set('1', { key: '1' })
中文 | English
包含web日常开发过程中常用功能的工具箱。
npm install 1k-utils
yarn add 1k-utils
import { storage } from '1k-utils'
storage('local').set('1', { key: '1' })