1k-utils

中文 | English

Usage no npm install needed!

<script type="module">
  import kUtils from 'https://cdn.skypack.dev/1k-utils';
</script>

README

中文 | English

1k-utils

A toolkit that contains common features used in the day-to-day development of the Web。

docs

npm install

npm install 1k-utils

yarn instatll

yarn add 1k-utils

Usage

import { storage } from '1k-utils'
storage('local').set('1', { key: '1' })