typemon:一个NodeJS模块,用于检查或指定任何参数的类型和实例

时间:2024-06-03 21:25:34
【文件属性】:

文件名称:typemon:一个NodeJS模块,用于检查或指定任何参数的类型和实例

文件大小:28KB

文件格式:ZIP

更新时间:2024-06-03 21:25:34

nodejs args types checker instances

目录 快速链接 关于 一个NodeJS模块,用于检查或指定任何参数的类型和实例。 安装 npm install typemon 要求 Node.js: v14 or above 用法 类型 类型函数返回任何对象的类型。 它为对象null返回附加类型“ null”。 type ( object ) ; 争论 对象<任何> 要获取类型的对象。 例子 以下示例显示了基本用法。 const { type } = require ( "typemon" ) ; type ( ) ; // Returns "undefined" type ( undefined ) ; // Returns "undefined" type ( null ) ; // Returns "null" type ( true ) ; // Returns "boolean" type ( 0


【文件预览】:
typemon-master
----.gitignore(89B)
----README.md(13KB)
----LICENSE(1KB)
----package.json(667B)
----src()
--------utils()
--------index.js(434B)
--------errors()
--------assets()
----.npmignore(89B)

网友评论