From 763f1a5977bc94ae1717ad4333995a30ce0fd826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E9=87=91=E9=94=8B?= Date: Thu, 18 Jun 2020 11:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +-- docs/divide.js.html | 2 +- docs/formatBankCard.js.html | 2 +- docs/formatMoney.js.html | 2 +- docs/index.html | 13 ++-- docs/index.js.html | 2 +- docs/isBankCard.js.html | 22 +++++- docs/isBusinessLicense.js.html | 2 +- docs/isChinese.js.html | 2 +- docs/isEmail.js.html | 2 +- docs/isIPv4.js.html | 2 +- docs/isIPv6.js.html | 2 +- docs/isIdCard.js.html | 2 +- docs/isMobile.js.html | 2 +- docs/isPassport.js.html | 2 +- docs/isPassword.js.html | 2 +- docs/isPostcode.js.html | 2 +- docs/isQQ.js.html | 2 +- docs/isSocialCreditCode.js.html | 2 +- docs/isTelephone.js.html | 2 +- docs/isUrl.js.html | 2 +- docs/isVehicle.js.html | 2 +- docs/isWX.js.html | 2 +- docs/minus.js.html | 2 +- docs/module-Math.html | 2 +- docs/module-Processor.html | 2 +- docs/module-Validator.html | 132 ++++++++++++++++++++++++++++++-- docs/module-processor.html | 2 +- docs/module-validator.html | 132 ++++++++++++++++++++++++++++++-- docs/numberToChinese.js.html | 2 +- docs/plus.js.html | 2 +- docs/replaceChar.js.html | 2 +- docs/round.js.html | 2 +- docs/times.js.html | 2 +- 34 files changed, 314 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index 9f7f042e..8d99f658 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,10 @@ import formatBankCard from 'util-helpers/lib/formatBankCard' - [qs](https://www.npmjs.com/package/qs) - URL查询字符串解析和序列化库 - [js-cookie](https://www.npmjs.com/package/js-cookie) - 一个简单,轻量级的JavaScript API,用于处理cookie - [number-precision](https://www.npmjs.com/package/number-precision) - 使用javascript精确地执行加法,减法,乘法和除法运算 -- [moment](https://www.npmjs.com/package/moment) - 一个轻量级JavaScript日期库,用于解析,验证,操作和格式化日期。 -- [dayjs](https://www.npmjs.com/package/dayjs) - 使用相同的现代API 快速2kB替代Moment.js +- [moment](https://www.npmjs.com/package/moment) - 一个轻量级JavaScript日期库,用于解析,验证,操作和格式化日期 +- [dayjs](https://www.npmjs.com/package/dayjs) - 一个轻量的处理时间和日期的 JavaScript 库,和 Moment.js 的 API 设计保持完全一样 - [axios](https://www.npmjs.com/package/axios) - 基于Promise的HTTP客户端,用于浏览器和node.js -- [jsencrypt](https://www.npmjs.com/package/jsencrypt) - 用于执行OpenSSL RSA加密,解密和密钥生成的Javascript库。 -- [crypto-js](https://www.npmjs.com/package/crypto-js) - 加密标准的JavaScript库。(AES/SHA256/MD5/SHA1...但没有RSA) -- [tinycolor2](https://www.npmjs.com/package/tinycolor2) - JavaScript颜色工具,用于JavaScript中的颜色处理和转换。 +- [jsencrypt](https://www.npmjs.com/package/jsencrypt) - 用于执行OpenSSL RSA加密,解密和密钥生成的Javascript库 +- [crypto-js](https://www.npmjs.com/package/crypto-js) - 加密标准的JavaScript库 +- [tinycolor2](https://www.npmjs.com/package/tinycolor2) - JavaScript颜色工具,用于JavaScript中的颜色处理和转换 +- [store2](https://www.npmjs.com/package/store2) - 丰富了localStorage和sessionStorage功能(JSON,命名空间,扩展等) diff --git a/docs/divide.js.html b/docs/divide.js.html index 5c46127c..28b4b0a6 100644 --- a/docs/divide.js.html +++ b/docs/divide.js.html @@ -106,7 +106,7 @@

divide.js


diff --git a/docs/formatBankCard.js.html b/docs/formatBankCard.js.html index f8693889..bffc5336 100644 --- a/docs/formatBankCard.js.html +++ b/docs/formatBankCard.js.html @@ -109,7 +109,7 @@

formatBankCard.js


diff --git a/docs/formatMoney.js.html b/docs/formatMoney.js.html index 83622085..f5762c81 100644 --- a/docs/formatMoney.js.html +++ b/docs/formatMoney.js.html @@ -196,7 +196,7 @@

formatMoney.js


diff --git a/docs/index.html b/docs/index.html index f4c74eca..ed99da0c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -158,12 +158,13 @@

精选第三方工具库

  • qs - URL查询字符串解析和序列化库
  • js-cookie - 一个简单,轻量级的JavaScript API,用于处理cookie
  • number-precision - 使用javascript精确地执行加法,减法,乘法和除法运算
  • -
  • moment - 一个轻量级JavaScript日期库,用于解析,验证,操作和格式化日期。
  • -
  • dayjs - 使用相同的现代API 快速2kB替代Moment.js
  • +
  • moment - 一个轻量级JavaScript日期库,用于解析,验证,操作和格式化日期
  • +
  • dayjs - 一个轻量的处理时间和日期的 JavaScript 库,和 Moment.js 的 API 设计保持完全一样
  • axios - 基于Promise的HTTP客户端,用于浏览器和node.js
  • -
  • jsencrypt - 用于执行OpenSSL RSA加密,解密和密钥生成的Javascript库。
  • -
  • crypto-js - 加密标准的JavaScript库。(AES/SHA256/MD5/SHA1...但没有RSA)
  • -
  • tinycolor2 - JavaScript颜色工具,用于JavaScript中的颜色处理和转换。
  • +
  • jsencrypt - 用于执行OpenSSL RSA加密,解密和密钥生成的Javascript库
  • +
  • crypto-js - 加密标准的JavaScript库
  • +
  • tinycolor2 - JavaScript颜色工具,用于JavaScript中的颜色处理和转换
  • +
  • store2 - 丰富了localStorage和sessionStorage功能(JSON,命名空间,扩展等)
  • @@ -179,7 +180,7 @@

    精选第三方工具库


    diff --git a/docs/index.js.html b/docs/index.js.html index 8d440897..780de3fc 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -118,7 +118,7 @@

    index.js


    diff --git a/docs/isBankCard.js.html b/docs/isBankCard.js.html index cd90ead4..39041e9c 100644 --- a/docs/isBankCard.js.html +++ b/docs/isBankCard.js.html @@ -56,16 +56,22 @@

    isBankCard.js

    -
    // 银行卡号正则 非0开头,15至19位数字
    +            
    // 非0开头,15~19位数字
     const reg = /^[1-9]\d{14,18}$/;
     
    +// 8~30位数字
    +const regLoose = /^\d{8,30}$/;
    +
     /**
    - * 检测值是否为银行卡号
    + * 检测值是否为银行卡号。正常模式(非0开头,15~19位数字)宽松模式(8~30位数字)
      * 
      * @static
      * @alias module:Validator.isBankCard
    + * @see {@link https://kf.qq.com/faq/170112ABnm6b170112FvquAn.html|常用银行账号位数参考}
      * @since 1.1.0
      * @param {String} value 要检测的值
    + * @param {Object} [options] 配置项
    + * @param {Boolean} [options.loose=false] 宽松模式,默认 false
      * @returns {Boolean} 值是否为银行卡号
      * @example
      * 
    @@ -78,8 +84,16 @@ 

    isBankCard.js

    * isBankCard('123456789'); * // => false * + * isBankCard('123456789', { loose: true }); + * // => true + * */ -function isBankCard(value) { +function isBankCard(value, { + loose = false +} = {}) { + if (loose) { + return regLoose.test(value); + } return reg.test(value); } @@ -97,7 +111,7 @@

    isBankCard.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isBusinessLicense.js.html b/docs/isBusinessLicense.js.html index e11e0e73..d6657316 100644 --- a/docs/isBusinessLicense.js.html +++ b/docs/isBusinessLicense.js.html @@ -152,7 +152,7 @@

    isBusinessLicense.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isChinese.js.html b/docs/isChinese.js.html index 4b479e47..ba265869 100644 --- a/docs/isChinese.js.html +++ b/docs/isChinese.js.html @@ -157,7 +157,7 @@

    isChinese.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isEmail.js.html b/docs/isEmail.js.html index 94ec9329..7c5f2e38 100644 --- a/docs/isEmail.js.html +++ b/docs/isEmail.js.html @@ -94,7 +94,7 @@

    isEmail.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isIPv4.js.html b/docs/isIPv4.js.html index 103a5ee8..9bd32729 100644 --- a/docs/isIPv4.js.html +++ b/docs/isIPv4.js.html @@ -100,7 +100,7 @@

    isIPv4.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isIPv6.js.html b/docs/isIPv6.js.html index c1f6e184..8478a8d8 100644 --- a/docs/isIPv6.js.html +++ b/docs/isIPv6.js.html @@ -125,7 +125,7 @@

    isIPv6.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isIdCard.js.html b/docs/isIdCard.js.html index 3c1a3d82..6ea9e976 100644 --- a/docs/isIdCard.js.html +++ b/docs/isIdCard.js.html @@ -100,7 +100,7 @@

    isIdCard.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isMobile.js.html b/docs/isMobile.js.html index f90b5af6..ebd4557c 100644 --- a/docs/isMobile.js.html +++ b/docs/isMobile.js.html @@ -94,7 +94,7 @@

    isMobile.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isPassport.js.html b/docs/isPassport.js.html index efa7254a..b8f01c9e 100644 --- a/docs/isPassport.js.html +++ b/docs/isPassport.js.html @@ -96,7 +96,7 @@

    isPassport.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isPassword.js.html b/docs/isPassword.js.html index ce8b55fc..7d7b34b7 100644 --- a/docs/isPassword.js.html +++ b/docs/isPassword.js.html @@ -140,7 +140,7 @@

    isPassword.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isPostcode.js.html b/docs/isPostcode.js.html index 1fef086c..2de38c47 100644 --- a/docs/isPostcode.js.html +++ b/docs/isPostcode.js.html @@ -94,7 +94,7 @@

    isPostcode.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isQQ.js.html b/docs/isQQ.js.html index a14973cb..182ffc01 100644 --- a/docs/isQQ.js.html +++ b/docs/isQQ.js.html @@ -94,7 +94,7 @@

    isQQ.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isSocialCreditCode.js.html b/docs/isSocialCreditCode.js.html index 1078d520..49582cff 100644 --- a/docs/isSocialCreditCode.js.html +++ b/docs/isSocialCreditCode.js.html @@ -175,7 +175,7 @@

    isSocialCreditCode.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isTelephone.js.html b/docs/isTelephone.js.html index 15c9aa28..3151c33b 100644 --- a/docs/isTelephone.js.html +++ b/docs/isTelephone.js.html @@ -100,7 +100,7 @@

    isTelephone.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isUrl.js.html b/docs/isUrl.js.html index 6db50bc4..611c0523 100644 --- a/docs/isUrl.js.html +++ b/docs/isUrl.js.html @@ -105,7 +105,7 @@

    isUrl.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isVehicle.js.html b/docs/isVehicle.js.html index 3b7e1725..41729025 100644 --- a/docs/isVehicle.js.html +++ b/docs/isVehicle.js.html @@ -94,7 +94,7 @@

    isVehicle.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/isWX.js.html b/docs/isWX.js.html index bb76c469..bbec40dd 100644 --- a/docs/isWX.js.html +++ b/docs/isWX.js.html @@ -94,7 +94,7 @@

    isWX.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/minus.js.html b/docs/minus.js.html index 6f2956b6..431c9fa4 100644 --- a/docs/minus.js.html +++ b/docs/minus.js.html @@ -102,7 +102,7 @@

    minus.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/module-Math.html b/docs/module-Math.html index c87a1493..d2b48acd 100644 --- a/docs/module-Math.html +++ b/docs/module-Math.html @@ -1427,7 +1427,7 @@
    Returns:

    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/module-Processor.html b/docs/module-Processor.html index 4268b812..7cca1aaf 100644 --- a/docs/module-Processor.html +++ b/docs/module-Processor.html @@ -2001,7 +2001,7 @@
    Returns:

    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/module-Validator.html b/docs/module-Validator.html index d79ec6d5..7d60940d 100644 --- a/docs/module-Validator.html +++ b/docs/module-Validator.html @@ -179,7 +179,7 @@

    Methods

    -

    (static) isBankCard(value) → {Boolean}

    +

    (static) isBankCard(value, optionsopt) → {Boolean}

    @@ -191,7 +191,7 @@

    (static) i
    Source:
    @@ -224,6 +224,13 @@

    (static) i + +
    See:
    +
    + +
    @@ -234,7 +241,7 @@

    (static) i
    - 检测值是否为银行卡号 + 检测值是否为银行卡号。正常模式(非0开头,15~19位数字)宽松模式(8~30位数字)
    @@ -254,7 +261,10 @@

    Example
    // => true isBankCard('123456789'); -// => false
    +// => false + +isBankCard('123456789', { loose: true }); +// => true
    @@ -272,6 +282,8 @@
    Parameters:
    Type + Attributes + @@ -297,6 +309,14 @@
    Parameters:
    + + + + + + + + @@ -304,6 +324,108 @@
    Parameters:
    + + + + options + + + + + +Object + + + + + + + + + <optional>
    + + + + + + + + + + + 配置项 +
    Properties
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeAttributesDefaultDescription
    loose + + +Boolean + + + + + + <optional>
    + + + + + +
    + + false + + 宽松模式,默认 false
    + + + + + @@ -3737,7 +3859,7 @@
    Returns:

    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/module-processor.html b/docs/module-processor.html index 4268b812..7cca1aaf 100644 --- a/docs/module-processor.html +++ b/docs/module-processor.html @@ -2001,7 +2001,7 @@
    Returns:

    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/module-validator.html b/docs/module-validator.html index d79ec6d5..7d60940d 100644 --- a/docs/module-validator.html +++ b/docs/module-validator.html @@ -179,7 +179,7 @@

    Methods

    -

    (static) isBankCard(value) → {Boolean}

    +

    (static) isBankCard(value, optionsopt) → {Boolean}

    @@ -191,7 +191,7 @@

    (static) i
    Source:
    @@ -224,6 +224,13 @@

    (static) i + +
    See:
    +
    + +
    @@ -234,7 +241,7 @@

    (static) i
    - 检测值是否为银行卡号 + 检测值是否为银行卡号。正常模式(非0开头,15~19位数字)宽松模式(8~30位数字)
    @@ -254,7 +261,10 @@

    Example
    // => true isBankCard('123456789'); -// => false +// => false + +isBankCard('123456789', { loose: true }); +// => true @@ -272,6 +282,8 @@
    Parameters:
    Type + Attributes + @@ -297,6 +309,14 @@
    Parameters:
    + + + + + + + + @@ -304,6 +324,108 @@
    Parameters:
    + + + + options + + + + + +Object + + + + + + + + + <optional>
    + + + + + + + + + + + 配置项 +
    Properties
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeAttributesDefaultDescription
    loose + + +Boolean + + + + + + <optional>
    + + + + + +
    + + false + + 宽松模式,默认 false
    + + + + + @@ -3737,7 +3859,7 @@
    Returns:

    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/numberToChinese.js.html b/docs/numberToChinese.js.html index 88c13bb0..7e7c630f 100644 --- a/docs/numberToChinese.js.html +++ b/docs/numberToChinese.js.html @@ -291,7 +291,7 @@

    numberToChinese.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/plus.js.html b/docs/plus.js.html index 93c13b60..36119166 100644 --- a/docs/plus.js.html +++ b/docs/plus.js.html @@ -102,7 +102,7 @@

    plus.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/replaceChar.js.html b/docs/replaceChar.js.html index f5fb6702..24eb4779 100644 --- a/docs/replaceChar.js.html +++ b/docs/replaceChar.js.html @@ -150,7 +150,7 @@

    replaceChar.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/round.js.html b/docs/round.js.html index 9e9e4adf..720a117f 100644 --- a/docs/round.js.html +++ b/docs/round.js.html @@ -98,7 +98,7 @@

    round.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.
    diff --git a/docs/times.js.html b/docs/times.js.html index c242c4e7..1585a9a6 100644 --- a/docs/times.js.html +++ b/docs/times.js.html @@ -107,7 +107,7 @@

    times.js


    - Documentation generated by JSDoc 3.6.3 on Mon Jun 08 2020 11:42:54 GMT+0800 (GMT+08:00) using the docdash theme. + Documentation generated by JSDoc 3.6.3 on Thu Jun 18 2020 11:06:49 GMT+0800 (GMT+08:00) using the docdash theme.