0.0.4-b • Published 2 years ago

edc-utils v0.0.4-b

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
 _____   _____   _____   _   _   _____   _   _       _____  
| ____| |  _  \ /  ___| | | | | |_   _| | | | |     /  ___/ 
| |__   | | | | | |     | | | |   | |   | | | |     | |___  
|  __|  | | | | | |     | | | |   | |   | | | |     \___  \ 
| |___  | |_| | | |___  | |_| |   | |   | | | |___   ___| | 
|_____| |_____/ \_____| \_____/   |_|   |_| |_____| /_____/ 

简介

常用js工具函数包

使用方式

本地安装依赖

npm i edc-utils
//ESM
import Utils from 'edc-utils'

//CJS
const Utils = require('edc-utils');

//按需引入
import { map,each } from 'edc-utils'

函数列表

  • each
  • every
  • filter
  • find
  • map
  • reduce
  • reduceRight
  • reject
  • some
0.0.4-b

2 years ago

0.0.4-a

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago