Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

eg-utils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eg-utils

egUtils.js

latest
Source
npmnpm
Version
1.1.61
Version published
Maintainers
1
Created
Source

Javascript 常用工具类库

npm version npm license

eg-Utils 提供常用的一些工具函数和方法

Browser Support

IEEdgeChromeFirefoxOperaSafari
9+ ✔Latest ✔Latest ✔Latest ✔Latest ✔6.1+ ✔

npm 安装

npm i eg-utils -S

开始使用

CDN / unpkg

<script src="https://cdn.jsdelivr.net/npm/eg-utils@1.1.6/dist/eg-utils.js"></script>
<!-- <script src="https://unpkg.com/eg-utils@1.1.6/dist/eg-utils.js"></script> -->
<script>
egUtils.isString('evang') //true
</script>

nodejs

const egUtils = require('eg-utils');
egUtils.isString('evang') //true

ES6

import egUtils from 'eg-utils'
egUtils.isString('evang') //true

API详细文档戳这里

License

Copyright (c) 2019-present, Evan.G

Keywords

utils

FAQs

Package last updated on 06 May 2020

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