VERSION source
+VERSION source
(string): 语义化版本号
diff --git a/add.html b/add.html index e74ab7c..41aeb25 100644 --- a/add.html +++ b/add.html @@ -392,7 +392,7 @@add source npm
+add source npm
相加两个数
diff --git a/all.html b/all.html index adf42c1..faf4a36 100644 --- a/all.html +++ b/all.html @@ -6051,13 +6051,11 @@示例
})();bind source npm
+bind source npm
创建一个函数 func
,这个函数的 this
会被绑定在 thisArg
。
并且任何附加在 _.bind
的参数会被传入到这个绑定函数上。
-
-
这个 _.bind.placeholder
的值,默认是以 _
作为附加部分参数的占位符。
@@ -6120,7 +6118,7 @@
示例
})();bindKey source npm
+bindKey source npm
创建一个函数。 @@ -6200,7 +6198,7 @@
示例
})();curry source npm
+curry source npm
创建一个函数,该函数接收一个或多个 func 的参数。 @@ -6273,7 +6271,7 @@
示例
})();curryRight source npm
+curryRight source npm
这个方法类似 _.curry
。
@@ -6344,7 +6342,7 @@
示例
})();debounce source npm
+debounce source npm
创建一个防抖动函数。 @@ -6428,7 +6426,7 @@
示例
})();defer source npm
+defer source npm
延迟调用 func
直到当前堆栈清理完毕。
@@ -6479,7 +6477,7 @@
示例
})();delay source npm
+delay source npm
延迟 wait
毫秒后调用 func
。
@@ -6532,7 +6530,7 @@
示例
})();flip source npm
+flip source npm
创建一个翻转接收参数的 func
函数。
示例
})();memoize source npm
+memoize source npm
创建一个会缓存 func
结果的函数。
@@ -6658,7 +6656,7 @@
示例
})();negate source npm
+negate source npm
创建一个对 func
结果 取反的函数。
@@ -6709,7 +6707,7 @@
示例
})();once source npm
+once source npm
创建一个只能调用一次的函数。 @@ -6759,7 +6757,7 @@
示例
})();overArgs source npm
+overArgs source npm
创建一个函数,调用时func
参数会先一对一的改变。
示例
})();partial source npm
+partial source npm
创建一个函数。
该函数调用 func,并传入预设的参数。
这个方法类似 _.bind
,除了它不会绑定 this
。
-
-
-
-
-这个 .partial.placeholder 的值,默认是以 作为附加部分参数的占位符。
+这个 _.partial.placeholder
的值,默认是以 _
作为附加部分参数的占位符。
注意: 这个方法不会设置 "length" 到函数上。
示例
})();partialRight source npm
+partialRight source npm
这个函数类似 _.partial
,除了它是从右到左预设参数的。
-
-
-
-
这个 .partialRight.placeholder 的值,默认是以 作为附加部分参数的占位符。
@@ -6956,7 +6946,7 @@
示例
})();rearg source npm
+rearg source npm
创建一个调用 func
的函数。
@@ -7010,7 +7000,7 @@
示例
})();rest source npm
+rest source npm
创建一个调用 func
的函数。
@@ -7067,7 +7057,7 @@
示例
})();spread source npm
+spread source npm
创建一个调用 func
的函数。 this
绑定到这个函数上。
@@ -7132,7 +7122,7 @@
示例
})();throttle source npm
+throttle source npm
创建一个节流函数,在 wait
秒内最多执行 func
一次的函数。
@@ -7202,7 +7192,7 @@
示例
})();unary source npm
+unary source npm
创建一个最多接受一个参数的函数,忽略多余的参数。
@@ -7248,7 +7238,7 @@示例
})();wrap source npm
+wrap source npm
创建一个函数。提供的 value
包装在 wrapper 函数的第一个参数里。
@@ -7302,7 +7292,7 @@
示例
})();clone source npm
+clone source npm
创建一个 value
的浅拷贝。
@@ -7363,7 +7353,7 @@
示例
})();cloneDeep source npm
+cloneDeep source npm
这个方法类似 _.clone
,除了它会递归拷贝 value
。
示例
})();cloneDeepWith source npm
+cloneDeepWith source npm
这个方法类似 _.cloneWith
,除了它会递归拷贝 value
。
示例
})();cloneWith source npm
+cloneWith source npm
这个方法类似 _.clone
,除了它接受一个 customizer
定制返回的拷贝值。
@@ -7537,7 +7527,7 @@
示例
})();eq source npm
+eq source npm
执行 SameValueZero
比较两者的值确定它们是否相等。
示例
})();gt source npm
+gt source npm
检查 value
是否大于 other
示例
})();gte source npm
+gte source npm
检查 value
是否大于等于 other
示例
})();isArguments source npm
+isArguments source npm
检查 value
是否是 类 arguments
对象。
示例
})();isArray source npm
+isArray source npm
检查 value
是否是 Array
类对象。
示例
})();isArrayLike source npm
+isArrayLike source npm
检查 value
是否是类数组。
@@ -7868,7 +7858,7 @@
示例
})();isArrayLikeObject source npm
+isArrayLikeObject source npm
这个方法类似 _.isArrayLike
,除了它还检查值是否是个对象。
示例
})();isBoolean source npm
+isBoolean source npm
检查 value
是否是原始 boolean 类型或者对象。
示例
})();isDate source npm
+isDate source npm
检查 value
是否是 Date
类型
示例
})();isElement source npm
+isElement source npm
检查 value
是否是可能是 DOM 元素
示例
})();isEmpty source npm
+isEmpty source npm
检查 value
是否为空。
@@ -8129,7 +8119,7 @@
示例
})();isEqual source npm
+isEqual source npm
执行深比较来决定两者的值是否相等。 @@ -8189,7 +8179,7 @@
示例
})();isEqualWith source npm
+isEqualWith source npm
这个方法类似 _.isEqual
。
@@ -8254,7 +8244,7 @@
示例
})();isError source npm
+isError source npm
检查 value
是否是 Error
, EvalError
, RangeError
, ReferenceError
,
@@ -8304,7 +8294,7 @@
示例
})();isFinite source npm
+isFinite source npm
检查 value
是否是原始 finite number。
@@ -8362,7 +8352,7 @@
示例
})();isFunction source npm
+isFunction source npm
检查 value
是否是 Function
对象。
示例
})();isInteger source npm
+isInteger source npm
检查 value
是否是整数。
@@ -8469,7 +8459,7 @@
示例
})();isLength source npm
+isLength source npm
检查 value
是否是有效长度
@@ -8527,7 +8517,7 @@
示例
})();isMatch source npm
+isMatch source npm
执行一个深比较来确定object
是否包含有 source
的属性值。
@@ -8583,7 +8573,7 @@
示例
})();isMatchWith source npm
+isMatchWith source npm
这个方法类似 _.isMatch
。
@@ -8648,7 +8638,7 @@
示例
})();isNaN source npm
+isNaN source npm
检查 value
是否是 NaN
.
@@ -8707,7 +8697,7 @@
示例
})();isNative source npm
+isNative source npm
检查 value
是否是原生函数
示例
})();isNil source npm
+isNil source npm
检查 value
是否是 null
或者 undefined
。
示例
})();isNull source npm
+isNull source npm
检查 value
是否是 null
.
示例
})();isNumber source npm
+isNumber source npm
检查 value
是否是原始数值型 或者 对象。
@@ -8915,7 +8905,7 @@
示例
})();isObject source npm
+isObject source npm
检查 value
是否是 Object
的 language type。
@@ -8971,7 +8961,7 @@
示例
})();isObjectLike source npm
+isObjectLike source npm
检查 value
是否是 类对象。
@@ -9027,7 +9017,7 @@
示例
})();isPlainObject source npm
+isPlainObject source npm
检查 value
是否是普通对象。
@@ -9087,7 +9077,7 @@
示例
})();isRegExp source npm
+isRegExp source npm
检查 value
是否是 RegExp
对象
示例
})();isSafeInteger source npm
+isSafeInteger source npm
检查 value
是否是安全整数。
@@ -9195,7 +9185,7 @@
示例
})();isString source npm
+isString source npm
检查 value
是否是原始字符串或者对象。
示例
})();isSymbol source npm
+isSymbol source npm
检查 value
是否是原始 Symbol
或者对象。
示例
})();isTypedArray source npm
+isTypedArray source npm
检查 value
是否是TypedArray。
示例
})();isUndefined source npm
+isUndefined source npm
检查 value
是否是 undefined
.
示例
})();lt source npm
+lt source npm
检查 value
是否是 小于 other
。
示例
})();lte source npm
+lte source npm
检查 value
是否是 小于等于 other
.
示例
})();toArray source npm
+toArray source npm
转换 value
为数组
示例
})();toInteger source npm
+toInteger source npm
转换 value
为整数
@@ -9605,7 +9595,7 @@
示例
})();toLength source npm
+toLength source npm
转换 value
为用作类数组对象的长度整数。
@@ -9663,7 +9653,7 @@
示例
})();toNumber source npm
+toNumber source npm
转换 value
为数值
示例
})();toPlainObject source npm
+toPlainObject source npm
转换 value
为普通对象。
@@ -9774,7 +9764,7 @@
示例
})();toSafeInteger source npm
+toSafeInteger source npm
转换 value
为安全整数。
@@ -9830,7 +9820,7 @@
示例
})();toString source npm
+toString source npm
如果 value
不是字符串,将其转换为字符串。
@@ -9883,7 +9873,7 @@
示例
})();add source npm
+add source npm
相加两个数
@@ -9931,7 +9921,7 @@示例
})();ceil source npm
+ceil source npm
根据 precision
向上舍入 number
。
示例
})();floor source npm
+floor source npm
根据 precision
向下保留 number
。
示例
})();max source npm
+max source npm
计算 array
中最大的值。
@@ -10089,7 +10079,7 @@
示例
})();maxBy source npm
+maxBy source npm
这个方法类似 _.max
@@ -10148,7 +10138,7 @@
示例
})();mean source npm
+mean source npm
计算 array
的平均值。
示例
})();min source npm
+min source npm
计算 array 中最小的值。 如果 array 是 空的或者假值将会返回 undefined。
@@ -10243,7 +10233,7 @@示例
})();minBy source npm
+minBy source npm
这个方法类似 _.min
。
@@ -10301,7 +10291,7 @@
示例
})();round source npm
+round source npm
根据 precision 四舍五入 number。
@@ -10355,7 +10345,7 @@示例
})();subtract source npm
+subtract source npm
两双相减
@@ -10403,7 +10393,7 @@示例
})();sum source npm
+sum source npm
计算 array
中值的总和
示例
})();sumBy source npm
+sumBy source npm
这个方法类似 _.sum
。
@@ -10579,7 +10569,7 @@
返回值 (number)
})();clamp source npm
+clamp source npm
返回限制在 min
和 max
之间的值
示例
})();inRange source npm
+inRange source npm
检查 n
是否在 start
与 end
之间,但不包括 end
。
@@ -10702,7 +10692,7 @@
示例
})();random source npm
+random source npm
产生一个包括 min
与 max
之间的数。
@@ -10766,7 +10756,7 @@
示例
})();assign source npm
+assign source npm
分配来源对象的可枚举属性到目标对象上。 @@ -10830,7 +10820,7 @@
示例
})();assignIn extend source npm
+assignIn extend source npm
这个方法类似 _.assign
。
@@ -10893,7 +10883,7 @@
示例
})();assignInWith extendWith source npm
+assignInWith extendWith source npm
这个方法类似 _.assignIn
。
@@ -10954,7 +10944,7 @@
示例
})();assignWith source npm
+assignWith source npm
这个方法类似 _.assign
。
@@ -11015,7 +11005,7 @@
示例
})();at source npm
+at source npm
根据 object
的路径获取值为数组。
示例
})();create source npm
+create source npm
创建一个继承 prototype
的对象。
@@ -11134,7 +11124,7 @@
示例
})();defaults source npm
+defaults source npm
分配来源对象的可枚举属性到目标对象所有解析为 undefined
的属性上。
@@ -11187,7 +11177,7 @@
示例
})();defaultsDeep source npm
+defaultsDeep source npm
这个方法类似 _.defaults
,除了它会递归分配默认属性。
@@ -11238,7 +11228,7 @@
示例
})();findKey source npm
+findKey source npm
这个方法类似 _.find
。
@@ -11305,7 +11295,7 @@
示例
})();findLastKey source npm
+findLastKey source npm
这个方法类似 _.findKey
。
@@ -11372,7 +11362,7 @@
示例
})();forIn source npm
+forIn source npm
使用 iteratee
遍历对象的自身和继承的可枚举属性。
@@ -11431,7 +11421,7 @@
示例
})();forInRight source npm
+forInRight source npm
这个方法类似 _.forIn
。
@@ -11489,7 +11479,7 @@
示例
})();forOwn source npm
+forOwn source npm
使用 iteratee
遍历自身的可枚举属性。
@@ -11547,7 +11537,7 @@
示例
})();forOwnRight source npm
+forOwnRight source npm
这个方法类似 _.forOwn
。 除了它是反方向开始遍历的。
示例
})();functions source npm
+functions source npm
返回一个 function 对象自身可枚举属性名的数组。
@@ -11657,7 +11647,7 @@示例
})();functionsIn source npm
+functionsIn source npm
返回一个 function 对象自身和继承的可枚举属性名的数组。
@@ -11710,7 +11700,7 @@示例
})();get source npm
+get source npm
根据对象路径获取值。 @@ -11769,7 +11759,7 @@
示例
})();has source npm
+has source npm
检查 path
是否是对象的直接属性。
示例
})();hasIn source npm
+hasIn source npm
检查 path
是否是对象的直接 或者 继承属性。
示例
})();invert source npm
+invert source npm
创建一个键值倒置的对象。 @@ -11944,7 +11934,7 @@
示例
})();invoke source npm
+invoke source npm
调用对象路径的方法
@@ -11996,7 +11986,7 @@示例
})();keys source npm
+keys source npm
创建 object
自身可枚举属性名为一个数组。
@@ -12057,7 +12047,7 @@
示例
})();keysIn source npm
+keysIn source npm
创建 object
自身 或 继承的可枚举属性名为一个数组。
@@ -12113,7 +12103,7 @@
示例
})();mapKeys source npm
+mapKeys source npm
反向版 _.mapValues
。
@@ -12164,7 +12154,7 @@
示例
})();mapValues source npm
+mapValues source npm
创建一个对象,对象的key相同,值是通过 iteratee
产生的。
@@ -12222,7 +12212,7 @@
示例
})();merge source npm
+merge source npm
递归合并来源对象的自身和继承的可枚举属性到目标对象。 @@ -12284,7 +12274,7 @@
示例
})();mergeWith source npm
+mergeWith source npm
这个方法类似 _.merge
。
@@ -12352,7 +12342,7 @@
示例
})();omit source npm
+omit source npm
反向版 _.pick
。
@@ -12403,7 +12393,7 @@
示例
})();omitBy source npm
+omitBy source npm
反向版 _.pickBy
。
@@ -12454,7 +12444,7 @@
示例
})();pick source npm
+pick source npm
创建一个从 object
中选中的属性的对象。
示例
})();pickBy source npm
+pickBy source npm
创建一个从 object
中经 predicate
判断为真值的属性为对象。
@@ -12555,7 +12545,7 @@
示例
})();result source npm
+result source npm
这个方法类似 _.get
。
@@ -12617,7 +12607,7 @@
示例
})();set source npm
+set source npm
设置值到对象对应的属性路径上,如果没有则创建这部分路径。 @@ -12676,7 +12666,7 @@
示例
})();setWith source npm
+setWith source npm
这个方法类似 _.set
。
@@ -12731,7 +12721,7 @@
示例
})();toPairs source npm
+toPairs source npm
创建一个对象自身可枚举属性的键值对数组。
@@ -12784,7 +12774,7 @@