@@ -1741,11 +1741,11 @@ added: v15.6.0
1741
1741
1742
1742
* ` email ` {string}
1743
1743
* ` options ` {Object}
1744
- * ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Defaults ** : ` 'always' ` .
1745
- * ` wildcards ` {boolean} ** Defaults ** : ` true ` .
1746
- * ` partialWildcards ` {boolean} ** Defaults ** : ` true ` .
1747
- * ` multiLabelWildcards ` {boolean} ** Defaults ** : ` false ` .
1748
- * ` singleLabelSubdomains ` {boolean} ** Defaults ** : ` false ` .
1744
+ * ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Default: ** ` 'always' ` .
1745
+ * ` wildcards ` {boolean} ** Default: ** ` true ` .
1746
+ * ` partialWildcards ` {boolean} ** Default: ** ` true ` .
1747
+ * ` multiLabelWildcards ` {boolean} ** Default: ** ` false ` .
1748
+ * ` singleLabelSubdomains ` {boolean} ** Default: ** ` false ` .
1749
1749
* Returns: {string|undefined} Returns ` email ` if the certificate matches,
1750
1750
` undefined ` if it does not.
1751
1751
@@ -1758,11 +1758,11 @@ added: v15.6.0
1758
1758
1759
1759
* ` name ` {string}
1760
1760
* ` options ` {Object}
1761
- * ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Defaults ** : ` 'always' ` .
1762
- * ` wildcards ` {boolean} ** Defaults ** : ` true ` .
1763
- * ` partialWildcards ` {boolean} ** Defaults ** : ` true ` .
1764
- * ` multiLabelWildcards ` {boolean} ** Defaults ** : ` false ` .
1765
- * ` singleLabelSubdomains ` {boolean} ** Defaults ** : ` false ` .
1761
+ * ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Default: ** ` 'always' ` .
1762
+ * ` wildcards ` {boolean} ** Default: ** ` true ` .
1763
+ * ` partialWildcards ` {boolean} ** Default: ** ` true ` .
1764
+ * ` multiLabelWildcards ` {boolean} ** Default: ** ` false ` .
1765
+ * ` singleLabelSubdomains ` {boolean} ** Default: ** ` false ` .
1766
1766
* Returns: {string|undefined} Returns ` name ` if the certificate matches,
1767
1767
` undefined ` if it does not.
1768
1768
@@ -1775,11 +1775,11 @@ added: v15.6.0
1775
1775
1776
1776
* ` ip ` {string}
1777
1777
* ` options ` {Object}
1778
- * ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Defaults ** : ` 'always' ` .
1779
- * ` wildcards ` {boolean} ** Defaults ** : ` true ` .
1780
- * ` partialWildcards ` {boolean} ** Defaults ** : ` true ` .
1781
- * ` multiLabelWildcards ` {boolean} ** Defaults ** : ` false ` .
1782
- * ` singleLabelSubdomains ` {boolean} ** Defaults ** : ` false ` .
1778
+ * ` subject ` {string} ` 'always' ` or ` 'never' ` . ** Default: ** ` 'always' ` .
1779
+ * ` wildcards ` {boolean} ** Default: ** ` true ` .
1780
+ * ` partialWildcards ` {boolean} ** Default: ** ` true ` .
1781
+ * ` multiLabelWildcards ` {boolean} ** Default: ** ` false ` .
1782
+ * ` singleLabelSubdomains ` {boolean} ** Default: ** ` false ` .
1783
1783
* Returns: {string|undefined} Returns ` ip ` if the certificate matches,
1784
1784
` undefined ` if it does not.
1785
1785
@@ -2023,7 +2023,7 @@ added: v15.8.0
2023
2023
is used that yields a false positive rate of at most 2<sup >-64</sup > for
2024
2024
random input. Care must be used when selecting a number of checks. Refer
2025
2025
to the OpenSSL documentation for the [ ` BN_is_prime_ex ` ] [ ] function ` nchecks `
2026
- options for more details. ** Defaults ** : ` 0 `
2026
+ options for more details. ** Default: ** ` 0 `
2027
2027
* ` callback ` {Function}
2028
2028
* ` err ` {Error} Set to an {Error} object if an error occurred during check.
2029
2029
* ` result ` {boolean} ` true ` if the candidate is a prime with an error
@@ -2045,7 +2045,7 @@ added: v15.8.0
2045
2045
is used that yields a false positive rate of at most 2<sup >-64</sup > for
2046
2046
random input. Care must be used when selecting a number of checks. Refer
2047
2047
to the OpenSSL documentation for the [ ` BN_is_prime_ex ` ] [ ] function ` nchecks `
2048
- options for more details. ** Defaults ** : ` 0 `
2048
+ options for more details. ** Default: ** ` 0 `
2049
2049
* Returns: {boolean} ` true ` if the candidate is a prime with an error
2050
2050
probability less than ` 0.25 ** options.checks ` .
2051
2051
@@ -2799,7 +2799,7 @@ added: v15.8.0
2799
2799
* ` options ` {Object}
2800
2800
* ` add ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
2801
2801
* ` rem ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
2802
- * ` safe ` {boolean} ** Defaults ** : ` false ` .
2802
+ * ` safe ` {boolean} ** Default: ** ` false ` .
2803
2803
* ` bigint ` {boolean} When ` true ` , the generated prime is returned
2804
2804
as a ` bigint ` .
2805
2805
* ` callback ` {Function}
@@ -2841,7 +2841,7 @@ added: v15.8.0
2841
2841
* ` options ` {Object}
2842
2842
* ` add ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
2843
2843
* ` rem ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
2844
- * ` safe ` {boolean} ** Defaults ** : ` false ` .
2844
+ * ` safe ` {boolean} ** Default: ** ` false ` .
2845
2845
* ` bigint ` {boolean} When ` true ` , the generated prime is returned
2846
2846
as a ` bigint ` .
2847
2847
* Returns: {ArrayBuffer|bigint}
@@ -3583,7 +3583,7 @@ added:
3583
3583
- v12.19.0
3584
3584
-->
3585
3585
3586
- * ` min ` {integer} Start of random range (inclusive). ** Default** : ` 0 ` .
3586
+ * ` min ` {integer} Start of random range (inclusive). ** Default: ** ` 0 ` .
3587
3587
* ` max ` {integer} End of random range (exclusive).
3588
3588
* ` callback ` {Function} ` function(err, n) {} ` .
3589
3589
@@ -3626,7 +3626,7 @@ added: v15.6.0
3626
3626
Node.js generates and caches enough
3627
3627
random data to generate up to 128 random UUIDs. To generate a UUID
3628
3628
without using the cache, set ` disableEntropyCache ` to ` true ` .
3629
- ** Defaults ** : ` false ` .
3629
+ ** Default: ** ` false ` .
3630
3630
* Returns: {string}
3631
3631
3632
3632
Generates a random [ RFC 4122] [ ] Version 4 UUID.
0 commit comments