@uni-use/shared
v1.5.1
Published
Collection of shared Utilities
Downloads
15
Maintainers
Readme
@uni-use/shared
Collection of shared Utilities
Installing
# use pnpm
$ pnpm install @uni-use/shared
# use npm
$ npm install @uni-use/shared --save
# use yarn
$ yarn add @uni-use/shared
Usage
ES6 module
import { toValue } from '@uni-use/shared'
toValue()
Node.js require
const { toValue } = require('@uni-use/shared')
toValue()
Use CDN resource
<script src="https://unpkg.com/@uni-use/[email protected]/dist/index.global.prod.js"></script>
Support & Issues
Please open an issue here.