mux-arguments:函数参数多路复用器

时间:2024-06-03 05:33:49
【文件属性】:

文件名称:mux-arguments:函数参数多路复用器

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-03 05:33:49

JavaScript

混合参数 函数参数多路复用器。 安装 $ npm install mux-arguments 用法 const mux = require ( 'mux-arguments' ) function muxDemux ( arg1 , arg2 , arg3 ) { mux ( obj => { arguments . length === 1 // true demux . apply ( null , arguments ) } ) . apply ( null , arguments ) function demux ( ) { mux ( ( arg1 , arg2 , arg3 ) => { arguments . length === 3 // true } ) . apply ( null , arguments )


【文件预览】:
mux-arguments-master
----.travis.yml(152B)
----index.js(804B)
----test.js(411B)
----package.json(728B)
----LICENSE(1KB)
----.gitignore(164B)
----README.md(2KB)

网友评论