node-utils:javascript工具库

时间:2024-05-29 04:35:13
【文件属性】:

文件名称:node-utils:javascript工具库

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-29 04:35:13

javascript jquery tools frontend tool

JavaScript工具类库 从jQuery中整理的部分的工具函数以及平时积累的部分工具函数,方便开发使用 ###测试 npm run test 如何使用 安装 cnpm install heibao-utils --save-dev; 引用 import Utils from "heibao-utils"; Utils.xxx 备注:由于该包没有添加类型定义文件,并且是commonjs的方式,所以使用typescript的话,请使用require的方式进行引入 提供了哪些方法 type(obj) 判断js对象类型,比如:object,array,string,function等 let type = Utils.type([]); console.log(type);//返回 array let type = Utils.type("hello"); console.log(type);


【文件预览】:
node-utils-master
----.gitignore(18B)
----package.json(557B)
----var()
--------objectFunctionString.js(98B)
--------concat.js(76B)
--------indexOf.js(77B)
--------class2type.js(34B)
--------slice.js(75B)
--------push.js(74B)
--------array.js(34B)
--------toString.js(93B)
--------hasOwnPrototype.js(99B)
--------getPrototypeOf.js(53B)
--------fnToString.js(91B)
----LICENSE(1KB)
----index.js(59B)
----lib()
--------core.js(15KB)
----readme.md(6KB)
----test()
--------test.js(690B)

网友评论