type_detector:类型检测以正确的方式完成

时间:2024-07-10 09:50:56
【文件属性】:

文件名称:type_detector:类型检测以正确的方式完成

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-10 09:50:56

JavaScript

类型检测器 typeof()方法正确。 安装 npm install type_detector 用法 var typeOf = require ( 'type_detector' ) ; typeOf ( [ 1 , 2 , 3 ] ) ; // returns => 'Array' typeOf ( { } ) ; // returns => 'Object' ... 执照 麻省理工学院许可证 (MIT) 版权所有 (c) 2015 Rodrigo González López


【文件预览】:
type_detector-master
----README.md(315B)
----LICENSE(1KB)
----package.json(555B)
----index.js(243B)
----test.js(1KB)

网友评论