From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/node_modules/@types/lodash/common/array.d.ts | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/PAMapp/node_modules/@types/lodash/common/array.d.ts b/PAMapp/node_modules/@types/lodash/common/array.d.ts index acbb3ce..fa97475 100755 --- a/PAMapp/node_modules/@types/lodash/common/array.d.ts +++ b/PAMapp/node_modules/@types/lodash/common/array.d.ts @@ -106,8 +106,8 @@ } interface LoDashStatic { /** - * Creates an array of unique array values not included in the other provided arrays using SameValueZero for - * equality comparisons. + * Creates an array of `array` values not included in the other provided arrays using SameValueZero for + * equality comparisons. The order and references of result values are determined by the first array. * * @param array The array to inspect. * @param values The arrays of values to exclude. @@ -129,9 +129,9 @@ } interface LoDashStatic { /** - * This method is like _.difference except that it accepts iteratee which is invoked for each element of array - * and values to generate the criterion by which uniqueness is computed. The iteratee is invoked with one - * argument: (value). + * This method is like _.difference except that it accepts iteratee which is invoked for each element + * of array and values to generate the criterion by which they're compared. The order and references + * of result values are determined by the first array. The iteratee is invoked with one argument: (value). * * @param array The array to inspect. * @param values The values to exclude. @@ -186,9 +186,9 @@ } interface LoDashStatic { /** - * Creates an array of unique `array` values not included in the other - * provided arrays using [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero) - * for equality comparisons. + * This method is like _.difference except that it accepts comparator which is invoked to compare elements + * of array to values. The order and references of result values are determined by the first array. The + * comparator is invoked with two arguments: (arrVal, othVal). * * @category Array * @param [values] The arrays to inspect. -- Gitblit v1.8.0