defunct:函数式辅助函数库

时间:2024-08-03 03:34:29
【文件属性】:

文件名称:defunct:函数式辅助函数库

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-03 03:34:29

JavaScript

不复存在 函数式辅助函数库 安装 这个模块是通过 npm 安装的: $ npm install defunct 示例用法 var d = require ( 'defunct' ) ; it ( 'should be able to multiply' , function ( t ) { var mul = d . mul ( 10 ) ; t . equal ( mul ( 5 ) , 50 , 'multiply' ) t . end ( ) ; } ) ; it ( 'should be able to divide' , function ( t ) { var div = d . div ( 10 ) ; t . equal ( div ( 50 ) , 5 , 'divide' ) t . end ( ) ; } ) ; it ( 'should


【文件预览】:
defunct-master
----.gitignore(44B)
----package.json(732B)
----.travis.yml(38B)
----monotonic.js(630B)
----LICENSE(1KB)
----index.js(1007B)
----transform.js(687B)
----objectify.js(482B)
----README.md(3KB)
----selector.js(912B)
----test()
--------index.js(8KB)
--------fixtures()

网友评论