New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

edc-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edc-utils

js常用工具函数

latest
npmnpm
Version
0.0.4-b
Version published
Maintainers
1
Created
Source

 _____   _____   _____   _   _   _____   _   _       _____  
| ____| |  _  \ /  ___| | | | | |_   _| | | | |     /  ___/ 
| |__   | | | | | |     | | | |   | |   | | | |     | |___  
|  __|  | | | | | |     | | | |   | |   | | | |     \___  \ 
| |___  | |_| | | |___  | |_| |   | |   | | | |___   ___| | 
|_____| |_____/ \_____| \_____/   |_|   |_| |_____| /_____/ 

简介

常用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

Keywords

utils

FAQs

Package last updated on 09 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts