partial-left:返回一个函数,该函数具有部分应用的参数,这些参数位于提供给返回函数的参数之前

时间:2024-06-10 10:16:03
【文件属性】:

文件名称:partial-left:返回一个函数,该函数具有部分应用的参数,这些参数位于提供给返回函数的参数之前

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-10 10:16:03

JavaScript

偏左 返回一个函数,该函数具有部分应用的参数,这些参数位于提供给返回的函数的参数之前。 安装 用安装 $ npm i partial-left --save 用法 var partial = require ( 'partial-left' ) ; function resolve ( dir , filename ) { return path . join . apply ( path , [ ] . slice . call ( arguments ) ) ; } var fn = partial ( resolve , 'site' , 'blog' , 'posts' ) ; fn ( 'index.html' ) //=> 'site/blog/posts/index.html' fn ( 'home.html' ) //=> 'site/blog/posts/home


【文件预览】:
partial-left-master
----.jshintrc(282B)
----.gitattributes(128B)
----.verb.md(752B)
----test.js(1KB)
----.travis.yml(151B)
----LICENSE(1KB)
----README.md(1KB)
----.editorconfig(415B)
----.gitignore(145B)
----index.js(604B)
----package.json(912B)

网友评论