@wudajian/js-utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

js-utils

一个 JavaScript 代码片段库

✨ 特性

  • 一些常用的 JavaScript 代码片段

🖥 兼容环境

  • 编译后的构建产物兼容至 ES5,导出方式为 ES Module

📦 Install

$ npm i @wudajian/js-utils

🔨 Demo

import { _copy } from '@wudajian/js-utils';

_copy('hello world');

⌨️ 本地开发

$ pnpm install
$ pnpm start

⚙️ 编译发布

$ sh publish.sh patch
$ sh publish.sh minor
$ sh publish.sh major

Readme

Keywords

Package Sidebar

Install

npm i @wudajian/js-utils

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

8.97 kB

Total Files

16

Last publish

Collaborators

  • wudajian