1.1.2 • Published 2 years ago

tinyjsuse v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tinyjsuse

一款面向业务场景的 js 工具类库, 目前已支持:

  • copy
  • fullscreen
  • cookie
  • debounce
  • throttle
  • isObject
  • url2params (待完善)

等等开发中常用的工具函数, 轻松提高业务研发效率.

Install

  npm i tinyjsuse

API Doc

tinyjsutils 文档

copy

基于浏览器 execCommand 进行的封装

Demo:

/**
 * title: 复制
 */
import { copy } from 'tinyjsuse';

自动构建新工具函数

将自动在modules和test文件夹下创建模板

  npm run add xxx
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago