New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eutilspackage

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eutilspackage

E-Utils -- Ewt front end common js lib!

1.1.1
latest
npm
Version published
Maintainers
1
Created
Source

EUtils Scaffold

EWT前端工具库

一、安装

  • 直接引入eUtils.min.js
  <script src="eUtils.min.js"></script>
  <script>
    var test = EUtils.test();
  </script>
  • npm/yarn安装
  npm install eutils

二、使用

  • 整包引用
  import EUtils from 'eutils';

  const demo = EUtils.test();
  • 引用具体某一函数
  import { test } from 'eutils';

  const demo = test();

三、TODO

  • 按需打包技术开发;
  • 注释转markdown文档技术开发;
  • 代码覆盖率监测技术开发;
  • eslint代码规范调整;
  • 开发模式下的代码调试优化;

Keywords

E-Utils

FAQs

Package last updated on 18 Aug 2018

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