[NPM]check-equal

作者: JandenMa | 来源:发表于2019-05-09 12:06 被阅读7次

This is a Javascript library to check two objects whether equal (includes type), object can be array/string/number/JSON/function, etc.

Install

npm

npm install check-equal --save

yarn

yarn add check-equal --save

Usage

Import

import{checkEqual}from'check-equal'

Require

const{checkEqual}=require('check-equal')


Source

Github

npm

相关文章

  • [NPM]check-equal

    This is a Javascript library to check two objects whether...

  • Vue-cli环境安装

    1:升级npm #查看npm的版本$ npm -v #使用npm升级npm的版本$ npm npm install...

  • NPM指令

    NPM指令 升级npm npm install npm -g 安装模块 npm install

  • Node 的生态NPM

    npm i 【npm install】 安装 npm install npm -g npm的三个部分 npm 官网...

  • npm

    一、npm 发包相关指令 npm adduser npm publish npm update npm versi...

  • node、npm 常见操作

    node、npm 查看版本 $ node -v$ npm -v npm 升级 $ npm i -g npm@latest

  • NPM 常用命令

    这里介绍的命令有如下: npm -v npm init npm install npm list npm unin...

  • npm 常用命令

    查看所有配置 npm config list 查看npm版本 npm -v 升级npm版本 npm install...

  • npm 常用命令

    npm init npm install jquery npm i jquery npm uninstall jq...

  • vue-cli中使用vue-router实例

    一、安装(npm)1、安装相关包 npm install npm //更新npm到最新版 npm in...

网友评论

    本文标题:[NPM]check-equal

    本文链接:https://www.haomeiwen.com/subject/mvqwoqtx.html