2.11.2 • Published 1 year ago

@fatesigner/utils v2.11.2

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

Utils

build commitizen codecov prettier download npm semantic

JavaScript工具库.

说明

  • 此工具库是自己从事前端开发以来整理和完善的,里面有些函数可以用 Underscorelodash 代替。
  • 由 typescript 编写,并编译为一份 ESnext 和 CommonJs 的代码。 所以如果引入到您的项目中使用,需搭建好 babel 编译环境。
  • 借助于 tree shaking 可以不用担心导入多余的代码。

安装

npm i -S @fatesigner/utils

具体用法可查看 文档

import { toDecimal } from '@fatesigner/utils';

let num = 120;
console.log(toDecimal(num, 2));
// 120.00

// 绑定事件:delegate
import { on } from '@fatesigner/utils/event';

on(document.body, 'scroll', null, (event) => {
  console.log(event.target);
});
2.11.1

1 year ago

2.11.2

1 year ago

2.11.0

2 years ago

2.10.0

2 years ago

2.9.0

2 years ago

2.8.0

2 years ago

2.7.0

2 years ago

2.3.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.6.0

2 years ago

2.3.0-beta.1

2 years ago

2.2.3

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.1

3 years ago

2.2.2

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-beta.1

3 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago