1.1.4 • Published 3 years ago

sihan-utils v1.1.4

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

Library of tools commonly used in work

Build Status Coverage Status Node Version Total Download License

Overview

This utils can help you do something such as formatDate, produceRadom and so on...

Installation

npm install --save sihan-utils

document

https://sihan-tan.github.io/siHan_utils/

or

https://github.com/Sihan-Tan/siHan_utils/blob/master/docs/index.md

Example

在 webpack 中使用

import { randomNumber } from "sihan-utils";
console.log(randomNumber(1, 100)); // a number between 1 and 100

在 node 中使用

const { randomNumber } = require("sihan-utils");
console.log(randomNumber(1, 100)); // a number between 1 and 100

Changelog

https://github.com/Sihan-Tan/siHan_utils/blob/master/changelog.md

Last

  • 增加了 amd, esm, iife, umd 的打包输出
  • 移除 cookie 和 dom 相关方法

Warning

移除了 cookie 和 dom 相关的方法

https://github.com/Sihan-Tan/siHan_utils/blob/master/remove.md

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago