# edc-utils **Repository Path**: coderEDC/edc-utils ## Basic Information - **Project Name**: edc-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-13 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript, utils ## README ``` _____ _____ _____ _ _ _____ _ _ _____ | ____| | _ \ / ___| | | | | |_ _| | | | | / ___/ | |__ | | | | | | | | | | | | | | | | | |___ | __| | | | | | | | | | | | | | | | | \___ \ | |___ | |_| | | |___ | |_| | | | | | | |___ ___| | |_____| |_____/ \_____| \_____/ |_| |_| |_____| /_____/ ``` ## 简介 常用js工具函数包 ## 使用方式 本地安装依赖 ```bash npm i edc-utils ``` ```js //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`