nriot-utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

nriot-utils

By NriotHrreion

使用

Node.js

安装

npm i nriot-utils --save

引入模块

const { NUtils } = require("nriot-utils");

浏览器

<script src="https://cdn.jsdelivr.net/npm/nriot-utils@latest"></script>

调用

NUtils.isObjectEqual({a: 1}, {a: 1}); // true

贡献

npm i --save-dev
npm run start

测试

npm run test

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i nriot-utils

Weekly Downloads

7

Version

0.1.2

License

MIT

Unpacked Size

24.2 kB

Total Files

14

Last publish

Collaborators

  • nriot