Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Dec 24, 2015
1 parent e6024ab commit 8ff2695
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions all.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,17 +399,17 @@ <h2 id="-">特点</h2>
<li><a href="./ary">_.ary</a> &amp; <a href="./rearg">_.rearg</a> 改变函数的实参个数和顺序</li>
<li><a href="./at">_.at</a> 更方便的获取数组或对象的值</li>
<li><a href="./attempt">_.attempt</a> 无需 try-catch 来处理可能会出错的执行函数</li>
<li><a href="./before">_.before</a> 与 <a href="./after">_.after</a> </li>
<li><a href="./before">_.before</a> 与 <a href="./after">_.after</a> 搭配 </li>
<li><a href="./bindKey">_.bindKey</a> 实现 <a href="http://michaux.ca/articles/lazy-function-definition-pattern" target="_blank"><em>“懒传参”</em></a></li>
<li><a href="./chunk">_.chunk</a> 按给定个数来拆分数组</li>
<li><a href="./clone">_.clone</a> 支持对 <code>Date</code> &amp; <code>RegExp</code> 对象的浅拷贝</li>
<li><a href="./cloneDeep">_.cloneDeep</a> 深拷贝数组或对象</li>
<li><a href="./curry">_.curry</a> &amp; <a href="./curryRight">_.curryRight</a> 用于创建 <a href="http://hughfdjackson.com/javascript/why-curry-helps/" target="_blank">柯里化</a> 函数</li>
<li><a href="./debounce">_.debounce</a> &amp; <a href="./throttle">_.throttle</a> are cancelable &amp; accept options for more control</li>
<li><a href="./defaultsDeep">_.defaultsDeep</a> for recursively assigning default Properties</li>
<li><a href="./fill">_.fill</a> to fill arrays with values</li>
<li><a href="./findKey">_.findKey</a> for finding keys</li>
<li><a href="./flow">_.flow</a> to complement <a href="./flowRight">_.flowRight</a> (a.k.a <code>_.compose</code>)</li>
<li><a href="./debounce">_.debounce</a> &amp; <a href="./throttle">_.throttle</a> 处理函数防抖和节流</li>
<li><a href="./defaultsDeep">_.defaultsDeep</a> 深分配对象枚举属性</li>
<li><a href="./fill">_.fill</a> 指定值填充数组</li>
<li><a href="./findKey">_.findKey</a> keys 查找对象</li>
<li><a href="./flow">_.flow</a> <a href="./flowRight">_.flowRight</a> ( <code>_.compose</code>) 搭配</li>
<li><a href="./forEach">_.forEach</a> supports exiting early</li>
<li><a href="./forIn">_.forIn</a> for iterating all enumerable Properties</li>
<li><a href="./forOwn">_.forOwn</a> for iterating own Properties</li>
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,17 +399,17 @@ <h2 id="-">特点</h2>
<li><a href="./ary">_.ary</a> &amp; <a href="./rearg">_.rearg</a> 改变函数的实参个数和顺序</li>
<li><a href="./at">_.at</a> 更方便的获取数组或对象的值</li>
<li><a href="./attempt">_.attempt</a> 无需 try-catch 来处理可能会出错的执行函数</li>
<li><a href="./before">_.before</a><a href="./after">_.after</a> </li>
<li><a href="./before">_.before</a><a href="./after">_.after</a> 搭配 </li>
<li><a href="./bindKey">_.bindKey</a> 实现 <a href="http://michaux.ca/articles/lazy-function-definition-pattern" target="_blank"><em>“懒传参”</em></a></li>
<li><a href="./chunk">_.chunk</a> 按给定个数来拆分数组</li>
<li><a href="./clone">_.clone</a> 支持对 <code>Date</code> &amp; <code>RegExp</code> 对象的浅拷贝</li>
<li><a href="./cloneDeep">_.cloneDeep</a> 深拷贝数组或对象</li>
<li><a href="./curry">_.curry</a> &amp; <a href="./curryRight">_.curryRight</a> 用于创建 <a href="http://hughfdjackson.com/javascript/why-curry-helps/" target="_blank">柯里化</a> 函数</li>
<li><a href="./debounce">_.debounce</a> &amp; <a href="./throttle">_.throttle</a> are cancelable &amp; accept options for more control</li>
<li><a href="./defaultsDeep">_.defaultsDeep</a> for recursively assigning default Properties</li>
<li><a href="./fill">_.fill</a> to fill arrays with values</li>
<li><a href="./findKey">_.findKey</a> for finding keys</li>
<li><a href="./flow">_.flow</a> to complement <a href="./flowRight">_.flowRight</a> (a.k.a <code>_.compose</code>)</li>
<li><a href="./debounce">_.debounce</a> &amp; <a href="./throttle">_.throttle</a> 处理函数防抖和节流</li>
<li><a href="./defaultsDeep">_.defaultsDeep</a> 深分配对象枚举属性</li>
<li><a href="./fill">_.fill</a> 指定值填充数组</li>
<li><a href="./findKey">_.findKey</a> keys 查找对象</li>
<li><a href="./flow">_.flow</a> <a href="./flowRight">_.flowRight</a> ( <code>_.compose</code>) 搭配</li>
<li><a href="./forEach">_.forEach</a> supports exiting early</li>
<li><a href="./forIn">_.forIn</a> for iterating all enumerable Properties</li>
<li><a href="./forOwn">_.forOwn</a> for iterating own Properties</li>
Expand Down
Loading

0 comments on commit 8ff2695

Please sign in to comment.