diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..c6912f7 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +lodash-zh \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/lodash-zh.iml b/.idea/lodash-zh.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/lodash-zh.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..72cbdc8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + CSS + + + GeneralJavaScript + + + JavaScript + + + JsTestDriverJavaScript + + + + + CoffeeScript + + + + + + + + + + + + + + + + + $USER_HOME$/.subversion + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8921c11 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..c9954a8 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,548 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1451975062705 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/404.html b/404.html index 3b7bb2a..2a8ab32 100644 --- a/404.html +++ b/404.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/VERSION.html b/VERSION.html index c84d5b9..ae7b3c0 100644 --- a/VERSION.html +++ b/VERSION.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/_.html b/_.html index 06ffb37..54e1c8a 100644 --- a/_.html +++ b/_.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/add.html b/add.html index 2286131..7b20a31 100644 --- a/add.html +++ b/add.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/after.html b/after.html index aeb0e94..f360bba 100644 --- a/after.html +++ b/after.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/all.html b/all.html index ab92fce..e4258e7 100644 --- a/all.html +++ b/all.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • @@ -473,7 +473,7 @@

    特点

    关于翻译

    @@ -481,10 +481,8 @@

    关于翻译

    下载

    查看 版本区别 来选择适合你的版本

    引入

    浏览器中使用:

    @@ -1646,15 +1644,11 @@

    示例

    initial source npm

    -
    _.initial(需要检索的数组)
    +
    _.initial()

    获取数组中除了最后一个元素之外的所有元素

    -

    参数

    -
      -
    1. 需要检索的数组 (Array)
       
    2. -

    返回值 (Array)

    返回没有最后一个元素的数组

    @@ -14519,7 +14513,7 @@

    示例

    replace source npm

    -
    _.replace([string=''], pattern, 要替换的内容)
    +
    _.replace([string=''], pattern)

    替换字符串中匹配的内容为给定的内容
    @@ -14533,7 +14527,6 @@

    参数

  • pattern (RegExp|string)

    要匹配的内容

  • -
  • 要替换的内容 (Function|string)
     
  • 返回值 (string)

    返回替换完成的字符串

    diff --git a/ary.html b/ary.html index f5886f8..a7b8b95 100644 --- a/ary.html +++ b/ary.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/assign.html b/assign.html index 34ef35f..faaabb4 100644 --- a/assign.html +++ b/assign.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/assignIn.html b/assignIn.html index 3eabc24..5e013c4 100644 --- a/assignIn.html +++ b/assignIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/assignInWith.html b/assignInWith.html index 3de20b4..bca7407 100644 --- a/assignInWith.html +++ b/assignInWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/assignWith.html b/assignWith.html index 1bc1c15..fcda48a 100644 --- a/assignWith.html +++ b/assignWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/at.html b/at.html index b205bfb..8c8a122 100644 --- a/at.html +++ b/at.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/attempt.html b/attempt.html index 20496a3..e7aeb05 100644 --- a/attempt.html +++ b/attempt.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/before.html b/before.html index e91de62..ce5ac03 100644 --- a/before.html +++ b/before.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/bind.html b/bind.html index 819af77..f138fdc 100644 --- a/bind.html +++ b/bind.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/bindAll.html b/bindAll.html index 2935b13..6c5ecbb 100644 --- a/bindAll.html +++ b/bindAll.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/bindKey.html b/bindKey.html index 7ed8471..64bea5c 100644 --- a/bindKey.html +++ b/bindKey.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/camelCase.html b/camelCase.html index 47c48e4..2710a88 100644 --- a/camelCase.html +++ b/camelCase.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/capitalize.html b/capitalize.html index 6ffde8d..ca616c2 100644 --- a/capitalize.html +++ b/capitalize.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/castArray.html b/castArray.html index a3d3b83..24eea9a 100644 --- a/castArray.html +++ b/castArray.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/ceil.html b/ceil.html index 1b13e4a..a30a848 100644 --- a/ceil.html +++ b/ceil.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/chain.html b/chain.html index f552903..890f888 100644 --- a/chain.html +++ b/chain.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/chunk.html b/chunk.html index 183f299..d5e407f 100644 --- a/chunk.html +++ b/chunk.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/clamp.html b/clamp.html index 005645f..ec6cdf1 100644 --- a/clamp.html +++ b/clamp.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/clone.html b/clone.html index 2976345..8e7ffc9 100644 --- a/clone.html +++ b/clone.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/cloneDeep.html b/cloneDeep.html index d46131e..f510021 100644 --- a/cloneDeep.html +++ b/cloneDeep.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/cloneDeepWith.html b/cloneDeepWith.html index f3854b8..25f8db8 100644 --- a/cloneDeepWith.html +++ b/cloneDeepWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/cloneWith.html b/cloneWith.html index ba0367a..5f95f82 100644 --- a/cloneWith.html +++ b/cloneWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/compact.html b/compact.html index 30e7bf7..72f1da4 100644 --- a/compact.html +++ b/compact.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/concat.html b/concat.html index ffaf1e9..c016d7d 100644 --- a/concat.html +++ b/concat.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/cond.html b/cond.html index f317592..9ea4096 100644 --- a/cond.html +++ b/cond.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/conforms.html b/conforms.html index 60e0dda..16da184 100644 --- a/conforms.html +++ b/conforms.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/constant.html b/constant.html index 21b4b85..644bc6c 100644 --- a/constant.html +++ b/constant.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/countBy.html b/countBy.html index f66b14d..a00bfae 100644 --- a/countBy.html +++ b/countBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/create.html b/create.html index ddfd335..f7cbfeb 100644 --- a/create.html +++ b/create.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/curry.html b/curry.html index 5ad7861..691e51a 100644 --- a/curry.html +++ b/curry.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/curryRight.html b/curryRight.html index 17a458f..bbe2341 100644 --- a/curryRight.html +++ b/curryRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/custom-builds.html b/custom-builds.html index 01d3467..a6d7baf 100644 --- a/custom-builds.html +++ b/custom-builds.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/debounce.html b/debounce.html index 5e637dc..fd93704 100644 --- a/debounce.html +++ b/debounce.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/deburr.html b/deburr.html index 8917779..52ba78a 100644 --- a/deburr.html +++ b/deburr.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/defaults.html b/defaults.html index 9c0e66e..e29a94e 100644 --- a/defaults.html +++ b/defaults.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/defaultsDeep.html b/defaultsDeep.html index ebe2b59..71b2281 100644 --- a/defaultsDeep.html +++ b/defaultsDeep.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/defer.html b/defer.html index 019bc39..863fffd 100644 --- a/defer.html +++ b/defer.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/delay.html b/delay.html index 98abbc2..b984c70 100644 --- a/delay.html +++ b/delay.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/difference.html b/difference.html index 7bb393f..7ce173a 100644 --- a/difference.html +++ b/difference.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/differenceBy.html b/differenceBy.html index 69b8747..db3f0e7 100644 --- a/differenceBy.html +++ b/differenceBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/differenceWith.html b/differenceWith.html index db3837d..91154af 100644 --- a/differenceWith.html +++ b/differenceWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/drop.html b/drop.html index 9bfa3aa..ef1f69d 100644 --- a/drop.html +++ b/drop.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/dropRight.html b/dropRight.html index 700846e..c3d723a 100644 --- a/dropRight.html +++ b/dropRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/dropRightWhile.html b/dropRightWhile.html index fbd51ff..0c275bd 100644 --- a/dropRightWhile.html +++ b/dropRightWhile.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/dropWhile.html b/dropWhile.html index 335e1a4..fdb18be 100644 --- a/dropWhile.html +++ b/dropWhile.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/endsWith.html b/endsWith.html index 113460d..b1745d4 100644 --- a/endsWith.html +++ b/endsWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/eq.html b/eq.html index 9970ceb..abe8f8d 100644 --- a/eq.html +++ b/eq.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/escape.html b/escape.html index 83ff417..81683da 100644 --- a/escape.html +++ b/escape.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/escapeRegExp.html b/escapeRegExp.html index 1e9591c..bd733d3 100644 --- a/escapeRegExp.html +++ b/escapeRegExp.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/every.html b/every.html index 26a4469..0870b64 100644 --- a/every.html +++ b/every.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/fill.html b/fill.html index aa45fb7..2e326f9 100644 --- a/fill.html +++ b/fill.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/filter.html b/filter.html index 4d397c0..b31a928 100644 --- a/filter.html +++ b/filter.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/find.html b/find.html index 781d226..ed1a735 100644 --- a/find.html +++ b/find.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/findIndex.html b/findIndex.html index 6215aa1..ec0610d 100644 --- a/findIndex.html +++ b/findIndex.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/findKey.html b/findKey.html index 602c8b1..2c36718 100644 --- a/findKey.html +++ b/findKey.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/findLast.html b/findLast.html index d1c2800..590f73d 100644 --- a/findLast.html +++ b/findLast.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/findLastIndex.html b/findLastIndex.html index eaf4204..bec29a7 100644 --- a/findLastIndex.html +++ b/findLastIndex.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/findLastKey.html b/findLastKey.html index 0d31caa..720a7a3 100644 --- a/findLastKey.html +++ b/findLastKey.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flatMap.html b/flatMap.html index faec100..462afe9 100644 --- a/flatMap.html +++ b/flatMap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flatten.html b/flatten.html index 46fbdb1..33cf558 100644 --- a/flatten.html +++ b/flatten.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flattenDeep.html b/flattenDeep.html index d8e7652..b1d3df1 100644 --- a/flattenDeep.html +++ b/flattenDeep.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flattenDepth.html b/flattenDepth.html index aec09e0..0d3e59d 100644 --- a/flattenDepth.html +++ b/flattenDepth.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flip.html b/flip.html index cb7165e..d0b29b2 100644 --- a/flip.html +++ b/flip.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/floor.html b/floor.html index 9c83b8a..f83fe4f 100644 --- a/floor.html +++ b/floor.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flow.html b/flow.html index 669711f..56f0a80 100644 --- a/flow.html +++ b/flow.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/flowRight.html b/flowRight.html index c62098a..bbb5c89 100644 --- a/flowRight.html +++ b/flowRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/forEach.html b/forEach.html index 83ba065..7dabdfb 100644 --- a/forEach.html +++ b/forEach.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/forEachRight.html b/forEachRight.html index 38deb8a..a634eff 100644 --- a/forEachRight.html +++ b/forEachRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/forIn.html b/forIn.html index 19d4323..54b4217 100644 --- a/forIn.html +++ b/forIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/forInRight.html b/forInRight.html index bbb0e62..7354c95 100644 --- a/forInRight.html +++ b/forInRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/forOwn.html b/forOwn.html index e31d746..812800c 100644 --- a/forOwn.html +++ b/forOwn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/forOwnRight.html b/forOwnRight.html index e4ff5ae..d23c430 100644 --- a/forOwnRight.html +++ b/forOwnRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/fromPairs.html b/fromPairs.html index 1609eb1..da45b09 100644 --- a/fromPairs.html +++ b/fromPairs.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/functions.html b/functions.html index 035afff..eeb84db 100644 --- a/functions.html +++ b/functions.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/functionsIn.html b/functionsIn.html index b9d384d..f3ddf0d 100644 --- a/functionsIn.html +++ b/functionsIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/get.html b/get.html index bbcb557..3bbff2a 100644 --- a/get.html +++ b/get.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/getting-started.html b/getting-started.html index 023dc40..f4afbe3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • @@ -404,10 +404,8 @@

    下载

    查看 版本区别 来选择适合你的版本

      -
    • 现代版本 (压缩版) -适合现代浏览器(运行环境),例如:Chrome, Firefox, IE ≥ 9, & Safari ≥ 5.1
    • -
    • 兼容版本 (压缩版) -同时兼容旧的浏览器(运行环境),例如:IE ≤ 8 & PhantomJS
    • +
    • 【现代版本】适合现代浏览器(运行环境),例如:Chrome, Firefox, IE ≥ 9, & Safari ≥ 5.1
    • +
    • 【兼容版本】同时兼容旧的浏览器(运行环境),例如:IE ≤ 8 & PhantomJS

    引入

    浏览器中使用:

    diff --git a/groupBy.html b/groupBy.html index 10637e2..7115e7c 100644 --- a/groupBy.html +++ b/groupBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/gt.html b/gt.html index 75f35df..3c1cc35 100644 --- a/gt.html +++ b/gt.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/gte.html b/gte.html index 123041a..ff306cd 100644 --- a/gte.html +++ b/gte.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/has.html b/has.html index 0085245..1e13615 100644 --- a/has.html +++ b/has.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/hasIn.html b/hasIn.html index bcceb55..a767261 100644 --- a/hasIn.html +++ b/hasIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/head.html b/head.html index dd001ff..fd0d8f3 100644 --- a/head.html +++ b/head.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/identity.html b/identity.html index 9e97c7d..d8c14d5 100644 --- a/identity.html +++ b/identity.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/inRange.html b/inRange.html index 3a6550d..9fefd88 100644 --- a/inRange.html +++ b/inRange.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/includes.html b/includes.html index 0e8125d..7671f2a 100644 --- a/includes.html +++ b/includes.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/index.html b/index.html index 9da4a4c..c84b63a 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • @@ -473,7 +473,7 @@

    特点

    关于翻译

      -
    • 该文档由 think2011 翻译,遵循 MIT协议, 定时保持与官方同步,翻译质量可能没法特别好,但会保证尽可能反复细心。
    • +
    • 该文档由 think2011 翻译,遵循 MIT协议,翻译质量可能没法特别好,但会保证尽可能反复细心。
    • 如果您有任何建议,或者意见,欢迎在此讨论,及时更正 ;-)
    diff --git a/indexOf.html b/indexOf.html index 4159521..d57c31b 100644 --- a/indexOf.html +++ b/indexOf.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/initial.html b/initial.html index 3f0f6e3..82ea6bc 100644 --- a/initial.html +++ b/initial.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • @@ -402,15 +402,11 @@

    initial source npm

    -
    _.initial(需要检索的数组)
    +
    _.initial()

    获取数组中除了最后一个元素之外的所有元素

    -

    参数

    -
      -
    1. 需要检索的数组 (Array)
       
    2. -

    返回值 (Array)

    返回没有最后一个元素的数组

    diff --git a/intersection.html b/intersection.html index 0c51068..0c04943 100644 --- a/intersection.html +++ b/intersection.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/intersectionBy.html b/intersectionBy.html index 66dafe8..f1c7e7c 100644 --- a/intersectionBy.html +++ b/intersectionBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/intersectionWith.html b/intersectionWith.html index 3e9d0e6..194d384 100644 --- a/intersectionWith.html +++ b/intersectionWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/invert.html b/invert.html index 89e7afb..d4905c3 100644 --- a/invert.html +++ b/invert.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/invertBy.html b/invertBy.html index e29cea8..40fa9c4 100644 --- a/invertBy.html +++ b/invertBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/invoke.html b/invoke.html index 8584180..50a3d30 100644 --- a/invoke.html +++ b/invoke.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/invokeMap.html b/invokeMap.html index 56b58fb..3120a2a 100644 --- a/invokeMap.html +++ b/invokeMap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isArguments.html b/isArguments.html index ddc8775..2ed011b 100644 --- a/isArguments.html +++ b/isArguments.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isArray.html b/isArray.html index dcedb48..6794452 100644 --- a/isArray.html +++ b/isArray.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isArrayBuffer.html b/isArrayBuffer.html index 098562f..1c046ee 100644 --- a/isArrayBuffer.html +++ b/isArrayBuffer.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isArrayLike.html b/isArrayLike.html index 2414822..d8347e0 100644 --- a/isArrayLike.html +++ b/isArrayLike.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isArrayLikeObject.html b/isArrayLikeObject.html index 8e71589..89c6e4a 100644 --- a/isArrayLikeObject.html +++ b/isArrayLikeObject.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isBoolean.html b/isBoolean.html index cbde16e..3480457 100644 --- a/isBoolean.html +++ b/isBoolean.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isBuffer.html b/isBuffer.html index 334f422..092b189 100644 --- a/isBuffer.html +++ b/isBuffer.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isDate.html b/isDate.html index 367420d..9ede331 100644 --- a/isDate.html +++ b/isDate.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isElement.html b/isElement.html index 431a658..d5cfaa1 100644 --- a/isElement.html +++ b/isElement.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isEmpty.html b/isEmpty.html index 41cac5a..d5beaa4 100644 --- a/isEmpty.html +++ b/isEmpty.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isEqual.html b/isEqual.html index 87985ef..571f539 100644 --- a/isEqual.html +++ b/isEqual.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isEqualWith.html b/isEqualWith.html index f447015..2fac839 100644 --- a/isEqualWith.html +++ b/isEqualWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isError.html b/isError.html index bb279a6..4fa6e1d 100644 --- a/isError.html +++ b/isError.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isFinite.html b/isFinite.html index 833800f..2c1d591 100644 --- a/isFinite.html +++ b/isFinite.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isFunction.html b/isFunction.html index 291c0f8..15eafe1 100644 --- a/isFunction.html +++ b/isFunction.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isInteger.html b/isInteger.html index 1edc091..dec46d4 100644 --- a/isInteger.html +++ b/isInteger.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isLength.html b/isLength.html index 2d50b86..2f94098 100644 --- a/isLength.html +++ b/isLength.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isMap.html b/isMap.html index 066f68a..3ddcf54 100644 --- a/isMap.html +++ b/isMap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isMatch.html b/isMatch.html index 3ab396d..524af4a 100644 --- a/isMatch.html +++ b/isMatch.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isMatchWith.html b/isMatchWith.html index 2e092c4..c7d758e 100644 --- a/isMatchWith.html +++ b/isMatchWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isNaN.html b/isNaN.html index 3f73017..8281ff1 100644 --- a/isNaN.html +++ b/isNaN.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isNative.html b/isNative.html index 30d368d..6dc2d81 100644 --- a/isNative.html +++ b/isNative.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isNil.html b/isNil.html index ce47678..4dd3271 100644 --- a/isNil.html +++ b/isNil.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isNull.html b/isNull.html index ba6bdcc..e3ffd0c 100644 --- a/isNull.html +++ b/isNull.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isNumber.html b/isNumber.html index 3c737c3..7b30dad 100644 --- a/isNumber.html +++ b/isNumber.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isObject.html b/isObject.html index a7c3b58..8d746d7 100644 --- a/isObject.html +++ b/isObject.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isObjectLike.html b/isObjectLike.html index 95cab5e..cbbc185 100644 --- a/isObjectLike.html +++ b/isObjectLike.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isPlainObject.html b/isPlainObject.html index b6ae9bc..60bf3a6 100644 --- a/isPlainObject.html +++ b/isPlainObject.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isRegExp.html b/isRegExp.html index b9f2ede..00c6965 100644 --- a/isRegExp.html +++ b/isRegExp.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isSafeInteger.html b/isSafeInteger.html index 9ead6bd..7c8f446 100644 --- a/isSafeInteger.html +++ b/isSafeInteger.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isSet.html b/isSet.html index 759ad60..9751113 100644 --- a/isSet.html +++ b/isSet.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isString.html b/isString.html index 5d600d0..b8c3e50 100644 --- a/isString.html +++ b/isString.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isSymbol.html b/isSymbol.html index fc617e8..bb8851c 100644 --- a/isSymbol.html +++ b/isSymbol.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isTypedArray.html b/isTypedArray.html index 2768ad7..9b64d42 100644 --- a/isTypedArray.html +++ b/isTypedArray.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isUndefined.html b/isUndefined.html index 323fc3c..9efb0c9 100644 --- a/isUndefined.html +++ b/isUndefined.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isWeakMap.html b/isWeakMap.html index 65be7e7..f3f4bfb 100644 --- a/isWeakMap.html +++ b/isWeakMap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/isWeakSet.html b/isWeakSet.html index 03dab63..31bb441 100644 --- a/isWeakSet.html +++ b/isWeakSet.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/iteratee.html b/iteratee.html index 5097393..b898ad6 100644 --- a/iteratee.html +++ b/iteratee.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/join.html b/join.html index 03febc6..ea0546f 100644 --- a/join.html +++ b/join.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/js/doc.js b/js/doc.js index 101a235..ab758cc 100644 --- a/js/doc.js +++ b/js/doc.js @@ -1,13 +1,13 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;of.offsetTop+f.clientHeight||t=0||e.href.search(a)>=0});return r.length?(m.$list.addClass("show").html(_.map(r,w).join("")),m.length=r.length,!0):n(e,!1)}function d(e){var a=$(e&&e.target).attr("href")||$(e&&e.target&&e.target.parentElement).attr("href")||$(".searchitem.selected a").attr("href")||$(".searchitem a").first().attr("href");return a?(t(a),n(e,!0),!1):!0}localStorage.tocpos&&h.scrollTop(localStorage.tocpos),$(window).on(g?"pagehide":"beforeunload",function(){localStorage.tocpos=h.scrollTop()}),$("#nav > span.fa").click(function(e){c.toggleClass("show")}),l=[];var v;$("#toc a").each(function(){var e=$(this),t={href:e.attr("href").slice(pubRef.relPath.length),$a:e,text:e.text(),htmlText:this.innerHTML,title:e.attr("title")};v&&(t.prev=v.href,v.next=t.href),l.push(t),v=t}),s=_.keyBy(l,"href");var m={$list:$("#q-list"),length:0,q:""};u.focus(a).keydown(e).keyup(f),$(window).keydown(function(e){if(e.metaKey||e.altKey||e.ctrlKey||e.target==p)return!0;var n=e.keyCode;return(n>=65&&90>=n||189===n||190===n)&&(p.focus(),c.addClass("show")),37===n&&t(o&&o.prev),39===n&&t(o&&o.next),!0}),$("#q-list").click(function(e){return d(e)}),_.templateSettings.interpolate=/\{\-\{(.+?)\}\-\}/g,_.templateSettings.escape=/\{\{(.+?)\}\}/g;var w=_.template('
  • {-{htmlText}-}
  • ')}function r(e,t){return t&&e.slice(0,t.length)===t?e.slice(t.length):e}$('li > a:contains("Getting Started")').text("入门指南"),$('li > a:contains("Custom Builds")').text("版本定制"),$('li > a:contains("All-in-one Doc")').text("单页面方式浏览");var o,l=[],s={},i=$("html"),c=(i.get(0),$("#nav")),h=$("#toc"),f=h.get(0),u=$("#q"),p=u.get(0),g=/iPad|iPhone/i.test(navigator.userAgent),d=location.pathname.slice(0,location.pathname.length-pubRef.href.length);a(),e(pubRef.href);var v=null;history&&history.pushState&&n()}); +$(function(){function e(e){if(e)if(o&&o.$a.removeClass("open"),o=s[e]){o.$a.addClass("open").get(0).focus();var t=o.$a.offset().top;(t>f.offsetTop+f.clientHeight||t=0||e.href.search(a)>=0});return r.length?(m.$list.addClass("show").html(_.map(r,w).join("")),m.length=r.length,!0):n(e,!1)}function d(e){var a=$(e&&e.target).attr("href")||$(e&&e.target&&e.target.parentElement).attr("href")||$(".searchitem.selected a").attr("href")||$(".searchitem a").first().attr("href");return a?(t(a),n(e,!0),!1):!0}localStorage.tocpos&&h.scrollTop(localStorage.tocpos),$(window).on(g?"pagehide":"beforeunload",function(){localStorage.tocpos=h.scrollTop()}),$("#nav > span.fa").click(function(e){c.toggleClass("show")}),l=[];var v;$("#toc a").each(function(){var e=$(this),t={href:e.attr("href").slice(pubRef.relPath.length),$a:e,text:e.text(),htmlText:this.innerHTML,title:e.attr("title")};v&&(t.prev=v.href,v.next=t.href),l.push(t),v=t}),s=_.keyBy(l,"href");var m={$list:$("#q-list"),length:0,q:""};u.focus(a).keydown(e).keyup(f),$(window).keydown(function(e){if(e.metaKey||e.altKey||e.ctrlKey||e.target==p)return!0;var n=e.keyCode;return(n>=65&&90>=n||189===n||190===n)&&(p.focus(),c.addClass("show")),37===n&&t(o&&o.prev),39===n&&t(o&&o.next),!0}),$("#q-list").click(function(e){return d(e)}),_.templateSettings.interpolate=/\{\-\{(.+?)\}\-\}/g,_.templateSettings.escape=/\{\{(.+?)\}\}/g;var w=_.template('
  • {-{htmlText}-}
  • ')}function r(e,t){return t&&e.slice(0,t.length)===t?e.slice(t.length):e}$('li > a:contains("Getting Started")').text("入门指南"),$('li > a:contains("Custom Builds")').text("版本定制"),$('li > a:contains("All-in-one Doc")').text("单页面方式浏览");var o,l=[],s={},i=$("html"),c=(i.get(0),$("#nav")),h=$("#toc"),f=h.get(0),u=$("#q"),p=u.get(0),g=/iPad|iPhone/i.test(navigator.userAgent),d=location.pathname.slice(0,location.pathname.length-pubRef.href.length);a(),e(pubRef.href);var v=null;history&&history.pushState&&n()}); },{"page":3}],2:[function(require,module,exports){ module.exports=Array.isArray||function(r){return"[object Array]"==Object.prototype.toString.call(r)}; },{}],3:[function(require,module,exports){ (function (process){ -"use strict";function page(e,t){if("function"==typeof e)return page("*",e);if("function"==typeof t)for(var n=new Route(e),a=1;a-1)&&!t.target&&sameOrigin(t.href)){var a=t.pathname+t.search+(t.hash||"");"undefined"!=typeof process&&a.match(/^\/[a-zA-Z]:\//)&&(a=a.replace(/^\/[a-zA-Z]:\//,"/"));var o=a;0===a.indexOf(base)&&(a=a.substr(base.length)),hashbang&&(a=a.replace("#!","")),base&&o===a||(e.preventDefault(),page.show(o))}}}}function which(e){return e=e||window.event,null===e.which?e.button:e.which}function sameOrigin(e){var t=location.protocol+"//"+location.hostname;return location.port&&(t+=":"+location.port),e&&0===e.indexOf(t)}var pathtoRegexp=require("path-to-regexp");module.exports=page;var clickEvent="undefined"!=typeof document&&document.ontouchstart?"touchstart":"click",location="undefined"!=typeof window&&(window.history.location||window.location),dispatch=!0,decodeURLComponents=!0,base="",running,hashbang=!1,prevContext;page.callbacks=[],page.exits=[],page.current="",page.len=0,page.base=function(e){return 0===arguments.length?base:void(base=e)},page.start=function(e){if(e=e||{},!running&&(running=!0,!1===e.dispatch&&(dispatch=!1),!1===e.decodeURLComponents&&(decodeURLComponents=!1),!1!==e.popstate&&window.addEventListener("popstate",onpopstate,!1),!1!==e.click&&document.addEventListener(clickEvent,onclick,!1),!0===e.hashbang&&(hashbang=!0),dispatch)){var t=hashbang&&~location.hash.indexOf("#!")?location.hash.substr(2)+location.search:location.pathname+location.search+location.hash;page.replace(t,null,!0,dispatch)}},page.stop=function(){running&&(page.current="",page.len=0,running=!1,document.removeEventListener(clickEvent,onclick,!1),window.removeEventListener("popstate",onpopstate,!1))},page.show=function(e,t,n,a){var o=new Context(e,t);return page.current=o.path,!1!==n&&page.dispatch(o),!1!==o.handled&&!1!==a&&o.pushState(),o},page.back=function(e,t){page.len>0?(history.back(),page.len--):e?setTimeout(function(){page.show(e,t)}):setTimeout(function(){page.show(base,t)})},page.redirect=function(e,t){"string"==typeof e&&"string"==typeof t&&page(e,function(e){setTimeout(function(){page.replace(t)},0)}),"string"==typeof e&&"undefined"==typeof t&&setTimeout(function(){page.replace(e)},0)},page.replace=function(e,t,n,a){var o=new Context(e,t);return page.current=o.path,o.init=n,o.save(),!1!==a&&page.dispatch(o),o},page.dispatch=function(e){function t(){var e=page.exits[i++];return e?void e(a,t):n()}function n(){var t=page.callbacks[o++];return e.path!==page.current?void(e.handled=!1):t?void t(e,n):unhandled(e)}var a=prevContext,o=0,i=0;prevContext=e,a?t():n()},page.exit=function(e,t){if("function"==typeof e)return page.exit("*",e);for(var n=new Route(e),a=1;as;++s){var h=n[s-1],p=decodeURLEncodedURIComponent(i[s]);void 0===p&&hasOwnProperty.call(t,h.name)||(t[h.name]=p)}return!0};var onpopstate=function(){var e=!1;if("undefined"!=typeof window)return"complete"===document.readyState?e=!0:window.addEventListener("load",function(){setTimeout(function(){e=!0},0)}),function(t){if(e)if(t.state){var n=t.state.path;page.replace(n,t.state)}else page.show(location.pathname+location.hash,void 0,void 0,!1)}}();page.sameOrigin=sameOrigin; +"use strict";function page(e,t){if("function"==typeof e)return page("*",e);if("function"==typeof t)for(var n=new Route(e),a=1;a-1)&&!t.target&&sameOrigin(t.href)){var a=t.pathname+t.search+(t.hash||"");"undefined"!=typeof process&&a.match(/^\/[a-zA-Z]:\//)&&(a=a.replace(/^\/[a-zA-Z]:\//,"/"));var o=a;0===a.indexOf(base)&&(a=a.substr(base.length)),hashbang&&(a=a.replace("#!","")),base&&o===a||(e.preventDefault(),page.show(o))}}}}function which(e){return e=e||window.event,null===e.which?e.button:e.which}function sameOrigin(e){var t=location.protocol+"//"+location.hostname;return location.port&&(t+=":"+location.port),e&&0===e.indexOf(t)}var pathtoRegexp=require("path-to-regexp");module.exports=page;var clickEvent="undefined"!=typeof document&&document.ontouchstart?"touchstart":"click",location="undefined"!=typeof window&&(window.history.location||window.location),dispatch=!0,decodeURLComponents=!0,base="",running,hashbang=!1,prevContext;page.callbacks=[],page.exits=[],page.current="",page.len=0,page.base=function(e){return 0===arguments.length?base:void(base=e)},page.start=function(e){if(e=e||{},!running&&(running=!0,!1===e.dispatch&&(dispatch=!1),!1===e.decodeURLComponents&&(decodeURLComponents=!1),!1!==e.popstate&&window.addEventListener("popstate",onpopstate,!1),!1!==e.click&&document.addEventListener(clickEvent,onclick,!1),!0===e.hashbang&&(hashbang=!0),dispatch)){var t=hashbang&&~location.hash.indexOf("#!")?location.hash.substr(2)+location.search:location.pathname+location.search+location.hash;page.replace(t,null,!0,dispatch)}},page.stop=function(){running&&(page.current="",page.len=0,running=!1,document.removeEventListener(clickEvent,onclick,!1),window.removeEventListener("popstate",onpopstate,!1))},page.show=function(e,t,n,a){var o=new Context(e,t);return page.current=o.path,!1!==n&&page.dispatch(o),!1!==o.handled&&!1!==a&&o.pushState(),o},page.back=function(e,t){page.len>0?(history.back(),page.len--):e?setTimeout(function(){page.show(e,t)}):setTimeout(function(){page.show(base,t)})},page.redirect=function(e,t){"string"==typeof e&&"string"==typeof t&&page(e,function(e){setTimeout(function(){page.replace(t)},0)}),"string"==typeof e&&"undefined"==typeof t&&setTimeout(function(){page.replace(e)},0)},page.replace=function(e,t,n,a){var o=new Context(e,t);return page.current=o.path,o.init=n,o.save(),!1!==a&&page.dispatch(o),o},page.dispatch=function(e){function t(){var e=page.exits[i++];return e?void e(a,t):n()}function n(){var t=page.callbacks[o++];return e.path!==page.current?void(e.handled=!1):t?void t(e,n):unhandled(e)}var a=prevContext,o=0,i=0;prevContext=e,a?t():n()},page.exit=function(e,t){if("function"==typeof e)return page.exit("*",e);for(var n=new Route(e),a=1;as;++s){var p=n[s-1],r=decodeURLEncodedURIComponent(i[s]);void 0===r&&hasOwnProperty.call(t,p.name)||(t[p.name]=r)}return!0};var onpopstate=function(){var e=!1;if("undefined"!=typeof window)return"complete"===document.readyState?e=!0:window.addEventListener("load",function(){setTimeout(function(){e=!0},0)}),function(t){if(e)if(t.state){var n=t.state.path;page.replace(n,t.state)}else page.show(location.pathname+location.hash,void 0,void 0,!1)}}();page.sameOrigin=sameOrigin; }).call(this,require('_process')) },{"_process":5,"path-to-regexp":4}],4:[function(require,module,exports){ function parse(e){for(var t,r=[],n=0,o=0,p="";null!=(t=PATH_REGEXP.exec(e));){var a=t[0],i=t[1],s=t.index;if(p+=e.slice(o,s),o=s+a.length,i)p+=i[1];else{p&&(r.push(p),p="");var u=t[2],c=t[3],l=t[4],f=t[5],g=t[6],x=t[7],h="+"===g||"*"===g,m="?"===g||"*"===g,y=u||"/",T=l||f||(x?".*":"[^"+y+"]+?");r.push({name:c||n++,prefix:u||"",delimiter:y,optional:m,repeat:h,pattern:escapeGroup(T)})}}return o1)for(var r=1;r1)for(var r=1;rfromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/keyBy.html b/keyBy.html index 4331343..d62df9d 100644 --- a/keyBy.html +++ b/keyBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/keys.html b/keys.html index ce22773..7ce7b06 100644 --- a/keys.html +++ b/keys.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/keysIn.html b/keysIn.html index cf0afd2..0a43bf5 100644 --- a/keysIn.html +++ b/keysIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/last.html b/last.html index dc7c370..1cef537 100644 --- a/last.html +++ b/last.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/lastIndexOf.html b/lastIndexOf.html index 846dca6..8282486 100644 --- a/lastIndexOf.html +++ b/lastIndexOf.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/lowerCase.html b/lowerCase.html index 1a6cf42..18b5e8d 100644 --- a/lowerCase.html +++ b/lowerCase.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/lowerFirst.html b/lowerFirst.html index 6dd507a..dc5c205 100644 --- a/lowerFirst.html +++ b/lowerFirst.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/lt.html b/lt.html index e6a9729..19c3214 100644 --- a/lt.html +++ b/lt.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/lte.html b/lte.html index 3cc5159..7a53537 100644 --- a/lte.html +++ b/lte.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/map.html b/map.html index 649da9b..8686f86 100644 --- a/map.html +++ b/map.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/mapKeys.html b/mapKeys.html index e5b5fdd..0a2c98d 100644 --- a/mapKeys.html +++ b/mapKeys.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/mapValues.html b/mapValues.html index 6b58fac..ac01bea 100644 --- a/mapValues.html +++ b/mapValues.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/matches.html b/matches.html index b6e46a1..ac2887b 100644 --- a/matches.html +++ b/matches.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/matchesProperty.html b/matchesProperty.html index fe26ac5..acb929f 100644 --- a/matchesProperty.html +++ b/matchesProperty.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/max.html b/max.html index cf93bfe..486a804 100644 --- a/max.html +++ b/max.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/maxBy.html b/maxBy.html index 2064a08..340e565 100644 --- a/maxBy.html +++ b/maxBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/mean.html b/mean.html index a85b145..2826f86 100644 --- a/mean.html +++ b/mean.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/memoize.html b/memoize.html index 928e167..3ed094c 100644 --- a/memoize.html +++ b/memoize.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/merge.html b/merge.html index cebe1f1..e146532 100644 --- a/merge.html +++ b/merge.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/mergeWith.html b/mergeWith.html index 3f9e632..2f0be32 100644 --- a/mergeWith.html +++ b/mergeWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/method.html b/method.html index d641c81..13f47ba 100644 --- a/method.html +++ b/method.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/methodOf.html b/methodOf.html index 5a00c5f..09bd1a2 100644 --- a/methodOf.html +++ b/methodOf.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/min.html b/min.html index f4e986a..fe08aea 100644 --- a/min.html +++ b/min.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/minBy.html b/minBy.html index 877874d..7026fa4 100644 --- a/minBy.html +++ b/minBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/mixin.html b/mixin.html index f4bb3ef..889ca9f 100644 --- a/mixin.html +++ b/mixin.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/negate.html b/negate.html index 3782d3a..15cedc8 100644 --- a/negate.html +++ b/negate.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/noConflict.html b/noConflict.html index 623e831..66340e5 100644 --- a/noConflict.html +++ b/noConflict.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/noop.html b/noop.html index 670484f..b16e383 100644 --- a/noop.html +++ b/noop.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/now.html b/now.html index 6cfbac4..82fcfbb 100644 --- a/now.html +++ b/now.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/nthArg.html b/nthArg.html index c718d48..b22c2c7 100644 --- a/nthArg.html +++ b/nthArg.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/omit.html b/omit.html index 41c8f17..31d34f4 100644 --- a/omit.html +++ b/omit.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/omitBy.html b/omitBy.html index 75eb195..812078c 100644 --- a/omitBy.html +++ b/omitBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/once.html b/once.html index aef2dd0..4732a08 100644 --- a/once.html +++ b/once.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/orderBy.html b/orderBy.html index 9af01d8..6289784 100644 --- a/orderBy.html +++ b/orderBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/over.html b/over.html index 4f393ee..0fb1a14 100644 --- a/over.html +++ b/over.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/overArgs.html b/overArgs.html index b178da3..4994a97 100644 --- a/overArgs.html +++ b/overArgs.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/overEvery.html b/overEvery.html index 8d0a7ac..6562377 100644 --- a/overEvery.html +++ b/overEvery.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/overSome.html b/overSome.html index a1f38d7..10b64a7 100644 --- a/overSome.html +++ b/overSome.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pad.html b/pad.html index a157cbc..52ff780 100644 --- a/pad.html +++ b/pad.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/padEnd.html b/padEnd.html index ac1d243..d82a575 100644 --- a/padEnd.html +++ b/padEnd.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/padStart.html b/padStart.html index d2feb81..ab57088 100644 --- a/padStart.html +++ b/padStart.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pages.json b/pages.json index 3fb3cc2..354e853 100644 --- a/pages.json +++ b/pages.json @@ -1,7 +1,7 @@ [{ "href":"/", - "html":"

    lodash

    \n

    一个 JavaScript 的实用工具库, 表现一致性, 模块化, 高性能, 以及 可扩展

    \n\n\n\n

    Example

    \n
    _.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 });\n// → { 'a': 1, 'b': 2, 'c': 3 }\n\n_.map([1, 2, 3], function(n) { return n * 3; });\n// → [3, 6, 9]\n
    \n

    特点

    \n\n

    关于翻译

    \n\n
    \n
    " } + "html":"

    lodash

    \n

    一个 JavaScript 的实用工具库, 表现一致性, 模块化, 高性能, 以及 可扩展

    \n\n\n\n

    Example

    \n
    _.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 });\n// → { 'a': 1, 'b': 2, 'c': 3 }\n\n_.map([1, 2, 3], function(n) { return n * 3; });\n// → [3, 6, 9]\n
    \n

    特点

    \n\n

    关于翻译

    \n\n
    \n
    " } ,{ "href":"/getting-started", - "html":"

    下载

    \n

    查看 版本区别 来选择适合你的版本

    \n
      \n
    • 现代版本 (压缩版)\n适合现代浏览器(运行环境),例如:Chrome, Firefox, IE ≥ 9, & Safari ≥ 5.1
    • \n
    • 兼容版本 (压缩版)\n同时兼容旧的浏览器(运行环境),例如:IE ≤ 8 & PhantomJS
    • \n
    \n

    引入

    \n

    浏览器中使用:

    \n
    <script src="lodash.js"></script>\n

    AMD 规范中使用:

    \n
    require(['lodash'], function(_) {});\n

    使用 npm 安装:

    \n
    $ {sudo -H} npm i -g npm$ npm i --save lodash\n

    Node.js/io.js 中使用:

    \n
    // 直接引用现代版本\nvar _ = require('lodash');\n\n// 或引用某分类下的所有方法\nvar array = require('lodash/array');\n\n// 或者引用具体方法 (很适合在 browserify/webpack 中做最小化打包)\nvar chunk = require('lodash/array/chunk');\n

    查看 源码包 了解更多详情

    \n

    注意:\n在 REPL 中不要声明 特殊变量 "_",安装 n_ 来代替。

    \n

    模块格式

    \n

    lodash 还有多种构建模块的格式

    \n\n

    CDN 服务在 cdnjs & jsDelivr,通过 版本定制 构建你需要的模块,在找更多的功能用法? 试试 lodash-fp

    \n

    深入了解

    \n

    查看我们的 更新日志, 路线图, 以及 社区里的播客、文章、视频.

    \n

    兼容性

    \n

    在 Chrome 43-44, Firefox 38-39, IE 6-11, MS Edge, Safari 5-8, ChakraNode 0.12.2, Node.js 0.8.28, 0.10.40, 0.12.7, & 4.0.0, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6 测试通过

    \n

    自动化测试 & 持续集成 已在运作, 特别感谢 Sauce Labs 提供的浏览器自动化测试。

    \n
    \n
    " } + "html":"

    下载

    \n

    查看 版本区别 来选择适合你的版本

    \n
      \n
    • 【现代版本】适合现代浏览器(运行环境),例如:Chrome, Firefox, IE ≥ 9, & Safari ≥ 5.1
    • \n
    • 【兼容版本】同时兼容旧的浏览器(运行环境),例如:IE ≤ 8 & PhantomJS
    • \n
    \n

    引入

    \n

    浏览器中使用:

    \n
    <script src="lodash.js"></script>\n

    AMD 规范中使用:

    \n
    require(['lodash'], function(_) {});\n

    使用 npm 安装:

    \n
    $ {sudo -H} npm i -g npm$ npm i --save lodash\n

    Node.js/io.js 中使用:

    \n
    // 直接引用现代版本\nvar _ = require('lodash');\n\n// 或引用某分类下的所有方法\nvar array = require('lodash/array');\n\n// 或者引用具体方法 (很适合在 browserify/webpack 中做最小化打包)\nvar chunk = require('lodash/array/chunk');\n

    查看 源码包 了解更多详情

    \n

    注意:\n在 REPL 中不要声明 特殊变量 "_",安装 n_ 来代替。

    \n

    模块格式

    \n

    lodash 还有多种构建模块的格式

    \n\n

    CDN 服务在 cdnjs & jsDelivr,通过 版本定制 构建你需要的模块,在找更多的功能用法? 试试 lodash-fp

    \n

    深入了解

    \n

    查看我们的 更新日志, 路线图, 以及 社区里的播客、文章、视频.

    \n

    兼容性

    \n

    在 Chrome 43-44, Firefox 38-39, IE 6-11, MS Edge, Safari 5-8, ChakraNode 0.12.2, Node.js 0.8.28, 0.10.40, 0.12.7, & 4.0.0, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6 测试通过

    \n

    自动化测试 & 持续集成 已在运作, 特别感谢 Sauce Labs 提供的浏览器自动化测试。

    \n
    \n
    " } ,{ "href":"/custom-builds", "html":"

    版本定制

    \n

    通过版本定制可以很轻松的定制仅包含你所需功能的 lodash 版本 。更棒的是,我们已经帮你处理好了函数依赖和别名对应,查看 版本区别 & 选择一个适合你的版本。

    \n

    使用 Grunt? 我们准备了 Grunt plugin 协助构建 lodash。

    \n

    安装 lodash-cli 来作为 lodash 全局命令行工具:

    \n
    $ {sudo -H} npm i -g npm\n$ {sudo -H} npm i -g lodash-cli\n$ lodash -h\n

    注意: 请先卸载旧版本,再安装 lodash-cli

    \n
      \n
    • 兼容版本构建,同时支持新旧运行环境,使用 compat 修饰。 (默认)
    • \n
    \n
    lodash compat\n
      \n
    • 现代版本构建,针对新的环境,包括 ES5/ES6 支持,使用 modern 修饰。
    • \n
    \n
    lodash modern\n
      \n
    • 严格模式版本构建, 开启 ES 严格模式,使用 strict 修饰。
    • \n
    \n
    lodash strict\n
      \n
    • 模块化版本构建,拆散 lodash 为各个模块,使用 modularize 修饰。
    • \n
    \n
    lodash modularize\n

    构建命令:

    \n
      \n
    • 使用 category 命令以逗号分隔的方式传入需要的函数分类。可用的函数分类有: “array”, “chain”, “collection”, “date”, “function”, “lang”, “object”, “number”, “string”, & “utility”=。
    • \n
    \n
    lodash category=collection,function\n
      \n
    • 使用 exports 命令以逗号分隔的方式传入导出 lodash 函数的方式,可用的方式有: “amd”, “commonjs”, “es”, “global”, “iojs”, “node”, “npm”, “none”, & “umd”.
    • \n
    \n
    lodash exports=amd,commonjs,iojs\n
      \n
    • 使用 iife 命令指定代码替换 包裹 lodash 的 IIFE
    • \n
    \n
    lodash iife="!function(window,undefined){%output%}(this)"\n
      \n
    • 使用 include 命令以逗号分隔的方式传入需要包含的函数。
    • \n
    \n
    lodash include=each,filter,map\n
      \n
    • 使用 minus 命令以逗号分隔的方式传入需要删减的函数/分类。
    • \n
    \n
    lodash modern minus=result,shuffle\n
      \n
    • 使用 plus 命令以逗号分隔的方式传入需要补充的函数/分类。
    • \n
    \n
    lodash category=array plus=random,template\n
      \n
    • 使用 template 命令传入路径相匹配的文件生成预编译模板。 注意: 预编译模板分配在 _.templates 对象上。
    • \n
    \n
    lodash template="./*.jst"\n
      \n
    • 使用 settings 命令设置预编译模板时的模板语法。
    • \n
    \n
    lodash settings="{interpolate:/\\{\\{([\\s\\S]+?)\\}\\}/g}"\n
      \n
    • 使用 moduleId 命令指定 lodash 的 AMD module ID 或 包含 lodash 的编译模板的 module ID。指定为 none 表示创建编译模板不依赖 lodash。
    • \n
    \n
    lodash moduleId=underscore\n

    注意:

    \n
      \n
    • 所有命令可以组合(除了 compat & modern
    • \n
    • exports 的值 “es” & “npm” 只能与 modularize 命令联用。
    • \n
    • modularize 命令使用最先的 exports 的值作为模块格式,忽略后续的值。
    • \n
    • 除非指定 -o--output,不然所有文件会保存在当前工作目录。
    • \n
    • Node.js 0.10.8-0.10.11 存在 bugs 导致无法最小化构建。
    • \n
    \n

    另外还支持以下选项:

    \n
    -c, --stdout .......... 输出到stdout(译注:类似直接输出在终端那样)\n-d, --development ..... 输出非最小化的开发代码\n-h, --help ............ 显示帮助信息\n-m, --source-map ...... 生成source-map文件\n-o, --output .......... 指定输出的路径/文件名\n-p, --production ...... 输出最小化后的产品代码\n-s, --silent .......... 不显示常规的日志输出\n-V, --version ......... 显示当前的 lodash 版本号\n
    \n
    " } ,{ "href":"/chunk", @@ -43,7 +43,7 @@ ,{ "href":"/indexOf", "html":"

    indexOf source npm

    \n
    _.indexOf(array, value, [fromIndex=0])
    \n\n

    根据 value 使用 SameValueZero 等值比较返回数组中首次匹配的 index, 如果 fromIndex 为负值,将从数组尾端索引进行匹配,如果将 fromIndex 设置为 true,将使用更快的二进制检索机制。

    \n
    \n\n

    参数

    \n
      \n
    1. array (Array)

      要检索的数组

      \n
    2. \n
    3. value (*)

      要检索的值

      \n
    4. \n
    5. [fromIndex=0] (number)

      需要检索的起始位置,如果为 true 将使用二进制检索方式。

      \n
    6. \n
    \n

    返回值 (number)

    \n

    返回匹配值的index,否则返回 -1。

    \n
    \n

    示例

    \n
    _.indexOf([1, 2, 1, 2], 2);\n// => 1\n\n// 使用了 `fromIndex`\n_.indexOf([1, 2, 1, 2], 2, 2);\n// => 3\n
    \n
    \n
    \n\n
    " } ,{ "href":"/initial", - "html":"

    initial source npm

    \n
    _.initial(需要检索的数组)
    \n\n

    获取数组中除了最后一个元素之外的所有元素

    \n
    \n\n

    参数

    \n
      \n
    1. 需要检索的数组 (Array)
       
    2. \n
    \n

    返回值 (Array)

    \n

    返回没有最后一个元素的数组

    \n
    \n

    示例

    \n
    _.initial([1, 2, 3]);\n// => [1, 2]\n
    \n
    \n
    \n\n
    " } + "html":"

    initial source npm

    \n
    _.initial()
    \n\n

    获取数组中除了最后一个元素之外的所有元素

    \n
    \n\n

    返回值 (Array)

    \n

    返回没有最后一个元素的数组

    \n
    \n

    示例

    \n
    _.initial([1, 2, 3]);\n// => [1, 2]\n
    \n
    \n
    \n\n
    " } ,{ "href":"/intersection", "html":"

    intersection source npm

    \n
    _.intersection([arrays])
    \n\n

    创建一个包含所有使用 SameValueZero 进行等值比较后筛选的唯一值数组。

    \n
    \n\n

    参数

    \n
      \n
    1. [arrays] (...Array)

      需要处理的数组队列

      \n
    2. \n
    \n

    返回值 (Array)

    \n

    返回数组中所有数组共享元素的新数组

    \n
    \n

    示例

    \n
    _.intersection([2, 1], [4, 2], [1, 2]);\n// => [2]\n
    \n
    \n
    \n\n
    " } ,{ "href":"/intersectionBy", @@ -513,7 +513,7 @@ ,{ "href":"/repeat", "html":"

    repeat source npm

    \n
    _.repeat([string=''], [n=0])
    \n\n

    重复 N 次字符串

    \n
    \n\n

    参数

    \n
      \n
    1. [string=''] (string)

      要重复的字符串

      \n
    2. \n
    3. [n=0] (number)

      重复的次数

      \n
    4. \n
    \n

    返回值 (string)

    \n

    返回重复的字符串

    \n
    \n

    示例

    \n
    _.repeat('*', 3);\n// => '***'\n\n_.repeat('abc', 2);\n// => 'abcabc'\n\n_.repeat('abc', 0);\n// => ''\n
    \n
    \n
    \n\n
    " } ,{ "href":"/replace", - "html":"

    replace source npm

    \n
    _.replace([string=''], pattern, 要替换的内容)
    \n\n

    替换字符串中匹配的内容为给定的内容\n
    \n
    \n注意: 这个方法基于 String#replace

    \n
    \n\n

    参数

    \n
      \n
    1. [string=''] (string)

      待替换的字符串

      \n
    2. \n
    3. pattern (RegExp|string)

      要匹配的内容

      \n
    4. \n
    5. 要替换的内容 (Function|string)
       
    6. \n
    \n

    返回值 (string)

    \n

    返回替换完成的字符串

    \n
    \n

    示例

    \n
    _.replace('Hi Fred', 'Fred', 'Barney');\n// => 'Hi Barney'\n
    \n
    \n
    \n\n
    " } + "html":"

    replace source npm

    \n
    _.replace([string=''], pattern)
    \n\n

    替换字符串中匹配的内容为给定的内容\n
    \n
    \n注意: 这个方法基于 String#replace

    \n
    \n\n

    参数

    \n
      \n
    1. [string=''] (string)

      待替换的字符串

      \n
    2. \n
    3. pattern (RegExp|string)

      要匹配的内容

      \n
    4. \n
    \n

    返回值 (string)

    \n

    返回替换完成的字符串

    \n
    \n

    示例

    \n
    _.replace('Hi Fred', 'Fred', 'Barney');\n// => 'Hi Barney'\n
    \n
    \n
    \n\n
    " } ,{ "href":"/snakeCase", "html":"

    snakeCase source npm

    \n
    _.snakeCase([string=''])
    \n\n

    转换字符串为 snake case

    \n
    \n\n

    参数

    \n
      \n
    1. [string=''] (string)

      要转换的字符串

      \n
    2. \n
    \n

    返回值 (string)

    \n

    返回转换后的字符串

    \n
    \n

    示例

    \n
    _.snakeCase('Foo Bar');\n// => 'foo_bar'\n\n_.snakeCase('fooBar');\n// => 'foo_bar'\n\n_.snakeCase('--foo-bar');\n// => 'foo_bar'\n
    \n
    \n
    \n\n
    " } ,{ "href":"/split", diff --git a/parseInt.html b/parseInt.html index f8a69d4..6e837d7 100644 --- a/parseInt.html +++ b/parseInt.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/partial.html b/partial.html index f96792b..bbd481d 100644 --- a/partial.html +++ b/partial.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/partialRight.html b/partialRight.html index 490497f..dbc7dd5 100644 --- a/partialRight.html +++ b/partialRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/partition.html b/partition.html index 1ef6cf7..34cb013 100644 --- a/partition.html +++ b/partition.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pick.html b/pick.html index a5be55c..b51cfa3 100644 --- a/pick.html +++ b/pick.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pickBy.html b/pickBy.html index 30df59f..3f2f78b 100644 --- a/pickBy.html +++ b/pickBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/property.html b/property.html index 60a5dd8..ad6a6db 100644 --- a/property.html +++ b/property.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/propertyOf.html b/propertyOf.html index 67dd41b..fedff8a 100644 --- a/propertyOf.html +++ b/propertyOf.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-Symbol-iterator.html b/prototype-Symbol-iterator.html index 3c6f264..52fb74b 100644 --- a/prototype-Symbol-iterator.html +++ b/prototype-Symbol-iterator.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-at.html b/prototype-at.html index 9e0b5af..ea8a5b2 100644 --- a/prototype-at.html +++ b/prototype-at.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-chain.html b/prototype-chain.html index 76eb279..1356409 100644 --- a/prototype-chain.html +++ b/prototype-chain.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-commit.html b/prototype-commit.html index 21857dd..be33f65 100644 --- a/prototype-commit.html +++ b/prototype-commit.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-next.html b/prototype-next.html index adde583..2cdeabb 100644 --- a/prototype-next.html +++ b/prototype-next.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-plant.html b/prototype-plant.html index d87ab6e..0b5495a 100644 --- a/prototype-plant.html +++ b/prototype-plant.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-reverse.html b/prototype-reverse.html index 336e362..086e537 100644 --- a/prototype-reverse.html +++ b/prototype-reverse.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/prototype-value.html b/prototype-value.html index f878f2e..9a8ea8b 100644 --- a/prototype-value.html +++ b/prototype-value.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pull.html b/pull.html index 575cb35..3149911 100644 --- a/pull.html +++ b/pull.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pullAll.html b/pullAll.html index cee33a6..545e74c 100644 --- a/pullAll.html +++ b/pullAll.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pullAllBy.html b/pullAllBy.html index 5cb5ae4..810d891 100644 --- a/pullAllBy.html +++ b/pullAllBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/pullAt.html b/pullAt.html index 6432523..3826202 100644 --- a/pullAt.html +++ b/pullAt.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/random.html b/random.html index 325159e..d986a3b 100644 --- a/random.html +++ b/random.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/range.html b/range.html index 0c2b9f2..740d154 100644 --- a/range.html +++ b/range.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/rangeRight.html b/rangeRight.html index 848643d..0a8b678 100644 --- a/rangeRight.html +++ b/rangeRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/rearg.html b/rearg.html index a83963a..237e9ef 100644 --- a/rearg.html +++ b/rearg.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/reduce.html b/reduce.html index 267a9f4..6439025 100644 --- a/reduce.html +++ b/reduce.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/reduceRight.html b/reduceRight.html index ceb0dc1..0315c6c 100644 --- a/reduceRight.html +++ b/reduceRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/reject.html b/reject.html index 849bc5c..b51e3f2 100644 --- a/reject.html +++ b/reject.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/remove.html b/remove.html index 06ad295..078184b 100644 --- a/remove.html +++ b/remove.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/repeat.html b/repeat.html index 0487fee..9f15075 100644 --- a/repeat.html +++ b/repeat.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/replace.html b/replace.html index 1f1d329..4609489 100644 --- a/replace.html +++ b/replace.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • @@ -402,7 +402,7 @@

    replace source npm

    -
    _.replace([string=''], pattern, 要替换的内容)
    +
    _.replace([string=''], pattern)

    替换字符串中匹配的内容为给定的内容
    @@ -416,7 +416,6 @@

    参数

  • pattern (RegExp|string)

    要匹配的内容

  • -
  • 要替换的内容 (Function|string)
     
  • 返回值 (string)

    返回替换完成的字符串

    diff --git a/rest.html b/rest.html index 2a0c3cb..05c55c1 100644 --- a/rest.html +++ b/rest.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/result.html b/result.html index 8047be7..6cccdc7 100644 --- a/result.html +++ b/result.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/round.html b/round.html index 41e09d7..89c8b1d 100644 --- a/round.html +++ b/round.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/runInContext.html b/runInContext.html index f1a587d..55605b4 100644 --- a/runInContext.html +++ b/runInContext.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sample.html b/sample.html index c5ee697..0f9ad0a 100644 --- a/sample.html +++ b/sample.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sampleSize.html b/sampleSize.html index 5198537..7080b04 100644 --- a/sampleSize.html +++ b/sampleSize.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/set.html b/set.html index d3eb2d4..de80c6c 100644 --- a/set.html +++ b/set.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/setWith.html b/setWith.html index b71e294..a5ff3a9 100644 --- a/setWith.html +++ b/setWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/shuffle.html b/shuffle.html index 1155fc3..47deb31 100644 --- a/shuffle.html +++ b/shuffle.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/size.html b/size.html index c3f2e0e..b0f2a87 100644 --- a/size.html +++ b/size.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/slice.html b/slice.html index 890e0ff..4915aea 100644 --- a/slice.html +++ b/slice.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/snakeCase.html b/snakeCase.html index 3cc0927..53f6e51 100644 --- a/snakeCase.html +++ b/snakeCase.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/some.html b/some.html index e9c7600..2716ad8 100644 --- a/some.html +++ b/some.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortBy.html b/sortBy.html index 4fdfc52..93ccb9e 100644 --- a/sortBy.html +++ b/sortBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedIndex.html b/sortedIndex.html index 8a86f44..eff536c 100644 --- a/sortedIndex.html +++ b/sortedIndex.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedIndexBy.html b/sortedIndexBy.html index 5bb91ce..53a7a0e 100644 --- a/sortedIndexBy.html +++ b/sortedIndexBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedIndexOf.html b/sortedIndexOf.html index 59ae164..b516549 100644 --- a/sortedIndexOf.html +++ b/sortedIndexOf.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedLastIndex.html b/sortedLastIndex.html index 8a7b764..9cf73e1 100644 --- a/sortedLastIndex.html +++ b/sortedLastIndex.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedLastIndexBy.html b/sortedLastIndexBy.html index 7331cab..6f6bbcc 100644 --- a/sortedLastIndexBy.html +++ b/sortedLastIndexBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedLastIndexOf.html b/sortedLastIndexOf.html index 4840dca..b881531 100644 --- a/sortedLastIndexOf.html +++ b/sortedLastIndexOf.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedUniq.html b/sortedUniq.html index 09c4f4f..db73149 100644 --- a/sortedUniq.html +++ b/sortedUniq.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sortedUniqBy.html b/sortedUniqBy.html index c75ee27..dd4d6eb 100644 --- a/sortedUniqBy.html +++ b/sortedUniqBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/split.html b/split.html index 800c8c9..da06e14 100644 --- a/split.html +++ b/split.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/spread.html b/spread.html index 2c2a18e..b51d0a2 100644 --- a/spread.html +++ b/spread.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/startCase.html b/startCase.html index a3b97c9..1394ee5 100644 --- a/startCase.html +++ b/startCase.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/startsWith.html b/startsWith.html index 622a92f..158ea64 100644 --- a/startsWith.html +++ b/startsWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/subtract.html b/subtract.html index 919be89..f2af958 100644 --- a/subtract.html +++ b/subtract.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sum.html b/sum.html index fdc884a..b955a80 100644 --- a/sum.html +++ b/sum.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/sumBy.html b/sumBy.html index 7ed050f..a959f2b 100644 --- a/sumBy.html +++ b/sumBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/tail.html b/tail.html index bb44c6c..b4b6805 100644 --- a/tail.html +++ b/tail.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/take.html b/take.html index 1501aae..7defcea 100644 --- a/take.html +++ b/take.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/takeRight.html b/takeRight.html index 8708bad..6c6ab8d 100644 --- a/takeRight.html +++ b/takeRight.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/takeRightWhile.html b/takeRightWhile.html index 29a3ab0..587c6d2 100644 --- a/takeRightWhile.html +++ b/takeRightWhile.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/takeWhile.html b/takeWhile.html index 9b15ed0..accaec1 100644 --- a/takeWhile.html +++ b/takeWhile.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/tap.html b/tap.html index 9355efa..f8aa8a0 100644 --- a/tap.html +++ b/tap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/template.html b/template.html index 7af2ef5..b412cce 100644 --- a/template.html +++ b/template.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings-escape.html b/templateSettings-escape.html index c2cf099..01ad2ae 100644 --- a/templateSettings-escape.html +++ b/templateSettings-escape.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings-evaluate.html b/templateSettings-evaluate.html index e621e86..f6656f9 100644 --- a/templateSettings-evaluate.html +++ b/templateSettings-evaluate.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings-imports-_.html b/templateSettings-imports-_.html index 3340050..889b224 100644 --- a/templateSettings-imports-_.html +++ b/templateSettings-imports-_.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings-imports.html b/templateSettings-imports.html index 41afc89..c554ed2 100644 --- a/templateSettings-imports.html +++ b/templateSettings-imports.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings-interpolate.html b/templateSettings-interpolate.html index 555c63f..f1a4a8e 100644 --- a/templateSettings-interpolate.html +++ b/templateSettings-interpolate.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings-variable.html b/templateSettings-variable.html index de88eff..69caaee 100644 --- a/templateSettings-variable.html +++ b/templateSettings-variable.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/templateSettings.html b/templateSettings.html index e3b9b0d..273a669 100644 --- a/templateSettings.html +++ b/templateSettings.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/throttle.html b/throttle.html index 8d8677a..4a3a723 100644 --- a/throttle.html +++ b/throttle.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/thru.html b/thru.html index 2b37dc8..b2eb56f 100644 --- a/thru.html +++ b/thru.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/times.html b/times.html index ecaadbb..f7d688f 100644 --- a/times.html +++ b/times.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toArray.html b/toArray.html index 84a6f20..26c1534 100644 --- a/toArray.html +++ b/toArray.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toInteger.html b/toInteger.html index dfaf3f1..a226d99 100644 --- a/toInteger.html +++ b/toInteger.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toLength.html b/toLength.html index 541e6f1..cc0a0ff 100644 --- a/toLength.html +++ b/toLength.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toLower.html b/toLower.html index c10a3a6..9ec84f4 100644 --- a/toLower.html +++ b/toLower.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toNumber.html b/toNumber.html index d7af131..afb69df 100644 --- a/toNumber.html +++ b/toNumber.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toPairs.html b/toPairs.html index 83f4915..567d755 100644 --- a/toPairs.html +++ b/toPairs.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toPairsIn.html b/toPairsIn.html index 9af68af..431bd48 100644 --- a/toPairsIn.html +++ b/toPairsIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toPath.html b/toPath.html index 1aa4149..9ef54dd 100644 --- a/toPath.html +++ b/toPath.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toPlainObject.html b/toPlainObject.html index 488fdef..b441193 100644 --- a/toPlainObject.html +++ b/toPlainObject.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toSafeInteger.html b/toSafeInteger.html index b0f5ccf..92fc030 100644 --- a/toSafeInteger.html +++ b/toSafeInteger.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toString.html b/toString.html index c1e8f77..47c5ebe 100644 --- a/toString.html +++ b/toString.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/toUpper.html b/toUpper.html index 5d43591..8466d16 100644 --- a/toUpper.html +++ b/toUpper.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/transform.html b/transform.html index a5e70ea..93d5b52 100644 --- a/transform.html +++ b/transform.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/trim.html b/trim.html index 29a70b8..66f2eeb 100644 --- a/trim.html +++ b/trim.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/trimEnd.html b/trimEnd.html index f2a8fb8..57c0a5c 100644 --- a/trimEnd.html +++ b/trimEnd.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/trimStart.html b/trimStart.html index 2bb7625..5a30352 100644 --- a/trimStart.html +++ b/trimStart.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/truncate.html b/truncate.html index c1f0511..1a1d49b 100644 --- a/truncate.html +++ b/truncate.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unary.html b/unary.html index aca7f7e..4d8d187 100644 --- a/unary.html +++ b/unary.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unescape.html b/unescape.html index c071d04..d91d7dc 100644 --- a/unescape.html +++ b/unescape.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/union.html b/union.html index c8b005f..3b09cb4 100644 --- a/union.html +++ b/union.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unionBy.html b/unionBy.html index 7ccf052..5c90c55 100644 --- a/unionBy.html +++ b/unionBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unionWith.html b/unionWith.html index 0198110..cea4f8a 100644 --- a/unionWith.html +++ b/unionWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/uniq.html b/uniq.html index e0e4480..82241bf 100644 --- a/uniq.html +++ b/uniq.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/uniqBy.html b/uniqBy.html index a0dc46e..0ee0225 100644 --- a/uniqBy.html +++ b/uniqBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/uniqWith.html b/uniqWith.html index 8482372..63ff5b6 100644 --- a/uniqWith.html +++ b/uniqWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/uniqueId.html b/uniqueId.html index 87ab0dd..ef1c78d 100644 --- a/uniqueId.html +++ b/uniqueId.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unset.html b/unset.html index df3aea6..7acd14a 100644 --- a/unset.html +++ b/unset.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unzip.html b/unzip.html index 147ce59..295e7f3 100644 --- a/unzip.html +++ b/unzip.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/unzipWith.html b/unzipWith.html index f1de741..8260f60 100644 --- a/unzipWith.html +++ b/unzipWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/upperCase.html b/upperCase.html index 5f3aeb3..873e92a 100644 --- a/upperCase.html +++ b/upperCase.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/upperFirst.html b/upperFirst.html index 7082d46..e2aca03 100644 --- a/upperFirst.html +++ b/upperFirst.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/values.html b/values.html index 0ce9414..33bb451 100644 --- a/values.html +++ b/values.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/valuesIn.html b/valuesIn.html index af0f09e..872ad35 100644 --- a/valuesIn.html +++ b/valuesIn.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/without.html b/without.html index c5571ac..2c97ec5 100644 --- a/without.html +++ b/without.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/words.html b/words.html index 642a4bb..3f6edf3 100644 --- a/words.html +++ b/words.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/wrap.html b/wrap.html index a79d5b6..d6c8035 100644 --- a/wrap.html +++ b/wrap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/wrapperFlatMap.html b/wrapperFlatMap.html index f146ac5..6ce28d0 100644 --- a/wrapperFlatMap.html +++ b/wrapperFlatMap.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/xor.html b/xor.html index 2380d20..385b9c2 100644 --- a/xor.html +++ b/xor.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/xorBy.html b/xorBy.html index 38bebf8..b191d04 100644 --- a/xorBy.html +++ b/xorBy.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/xorWith.html b/xorWith.html index 473ff07..e45172e 100644 --- a/xorWith.html +++ b/xorWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/zip.html b/zip.html index 0cf6857..d133142 100644 --- a/zip.html +++ b/zip.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/zipObject.html b/zipObject.html index 509edea..781fed7 100644 --- a/zipObject.html +++ b/zipObject.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/zipObjectDeep.html b/zipObjectDeep.html index 630e103..ee798cf 100644 --- a/zipObjectDeep.html +++ b/zipObjectDeep.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase
  • diff --git a/zipWith.html b/zipWith.html index 44fd9c2..3140a49 100644 --- a/zipWith.html +++ b/zipWith.html @@ -78,7 +78,7 @@
  • fromPairs
  • head first
  • indexOf
  • -
  • initial
  • +
  • initial
  • intersection
  • intersectionBy
  • intersectionWith
  • @@ -346,7 +346,7 @@
  • padStart
  • parseInt
  • repeat
  • -
  • replace
  • +
  • replace
  • snakeCase
  • split
  • startCase