1.0.5 • Published 3 months ago

utils-daily v1.0.5

Weekly downloads
3
License
MIT
Repository
-
Last release
3 months ago

utils-daily

中文文档

Utils functions for daily frontend coding.

  • 🔥 Size is minimized by tree-shaking ability from rollup
  • 🔥 Support TypeScript
  • 🔥 Code style is kept by eslint
  • 🔥 Code quality is kept by unit test (jest)

Document

We have a detailed online api document.

Usage

Usage 1: use HTML Script tag

<script src="https://cdn.jsdelivr.net/npm/utils-daily@1.0.5/dist/library/utils-daily.min.js"></script>
<script>
  console.log(u.add([1, 2, 3, 4])) // '10'
</script>

Usage 2: use npm

Install:

npm i -S utils-daily

Use:

// directly import functions you need
import { add } from 'utils-daily'
add([1, 2, 3, 4]) // '10'

Open source

This project is open sourced, and you can see code in Github: https://github.com/Yakima-Teng/utils-daily

License

MIT LICENSE

1.0.5

3 months ago

1.0.4

3 months ago

1.0.2

3 months ago

1.0.3

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.0.20

8 months ago

0.0.21

8 months ago

0.0.23

8 months ago

0.0.24

7 months ago

0.0.13

8 months ago

0.0.15

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.18

8 months ago

0.0.12

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago