casting:用于 node.js 和浏览器的微型类型转换库

时间:2024-07-30 00:56:02
【文件属性】:

文件名称:casting:用于 node.js 和浏览器的微型类型转换库

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-30 00:56:02

JavaScript

铸件 用于 node.js 和浏览器的微型类型转换库。 安装 通过 : npm install --save casting 或: bower install --save casting 用法 var casting = require ( 'casting' ) ; casting . cast ( Array , 123 ) ; // [123] casting . cast ( String , 123 ) ; // '123' casting . cast ( Date , '2014-01-01' ) ; // [object Date] function MyType ( value ) { this . name = value . name ; this . isActive = value . isActive ; } casting . defin


【文件预览】:
casting-master
----.travis.yml(38B)
----package.json(1KB)
----test()
--------test.js(3KB)
--------mocha.opts(33B)
----dist()
--------casting.min.js(3KB)
--------casting.js(5KB)
----.npmignore(9B)
----LICENSE.md(1KB)
----.gitignore(36B)
----lib()
--------index.js(4KB)
----README.md(1KB)
----.jshintrc(2KB)
----bower.json(511B)

网友评论