@@ -1741,11 +1741,11 @@ added: v15.6.0
17411741
17421742* ` email ` {string}
17431743* ` 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 ` .
17491749* Returns: {string|undefined} Returns ` email ` if the certificate matches,
17501750 ` undefined ` if it does not.
17511751
@@ -1758,11 +1758,11 @@ added: v15.6.0
17581758
17591759* ` name ` {string}
17601760* ` 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 ` .
17661766* Returns: {string|undefined} Returns ` name ` if the certificate matches,
17671767 ` undefined ` if it does not.
17681768
@@ -1775,11 +1775,11 @@ added: v15.6.0
17751775
17761776* ` ip ` {string}
17771777* ` 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 ` .
17831783* Returns: {string|undefined} Returns ` ip ` if the certificate matches,
17841784 ` undefined ` if it does not.
17851785
@@ -2023,7 +2023,7 @@ added: v15.8.0
20232023 is used that yields a false positive rate of at most 2<sup >-64</sup > for
20242024 random input. Care must be used when selecting a number of checks. Refer
20252025 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 `
20272027* ` callback ` {Function}
20282028 * ` err ` {Error} Set to an {Error} object if an error occurred during check.
20292029 * ` result ` {boolean} ` true ` if the candidate is a prime with an error
@@ -2045,7 +2045,7 @@ added: v15.8.0
20452045 is used that yields a false positive rate of at most 2<sup >-64</sup > for
20462046 random input. Care must be used when selecting a number of checks. Refer
20472047 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 `
20492049* Returns: {boolean} ` true ` if the candidate is a prime with an error
20502050 probability less than ` 0.25 ** options.checks ` .
20512051
@@ -2799,7 +2799,7 @@ added: v15.8.0
27992799* ` options ` {Object}
28002800 * ` add ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
28012801 * ` rem ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
2802- * ` safe ` {boolean} ** Defaults ** : ` false ` .
2802+ * ` safe ` {boolean} ** Default: ** ` false ` .
28032803 * ` bigint ` {boolean} When ` true ` , the generated prime is returned
28042804 as a ` bigint ` .
28052805* ` callback ` {Function}
@@ -2841,7 +2841,7 @@ added: v15.8.0
28412841* ` options ` {Object}
28422842 * ` add ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
28432843 * ` rem ` {ArrayBuffer|SharedArrayBuffer|TypedArray|Buffer|DataView|bigint}
2844- * ` safe ` {boolean} ** Defaults ** : ` false ` .
2844+ * ` safe ` {boolean} ** Default: ** ` false ` .
28452845 * ` bigint ` {boolean} When ` true ` , the generated prime is returned
28462846 as a ` bigint ` .
28472847* Returns: {ArrayBuffer|bigint}
@@ -3583,7 +3583,7 @@ added:
35833583 - v12.19.0
35843584-->
35853585
3586- * ` min ` {integer} Start of random range (inclusive). ** Default** : ` 0 ` .
3586+ * ` min ` {integer} Start of random range (inclusive). ** Default: ** ` 0 ` .
35873587* ` max ` {integer} End of random range (exclusive).
35883588* ` callback ` {Function} ` function(err, n) {} ` .
35893589
@@ -3626,7 +3626,7 @@ added: v15.6.0
36263626 Node.js generates and caches enough
36273627 random data to generate up to 128 random UUIDs. To generate a UUID
36283628 without using the cache, set ` disableEntropyCache ` to ` true ` .
3629- ** Defaults ** : ` false ` .
3629+ ** Default: ** ` false ` .
36303630* Returns: {string}
36313631
36323632Generates a random [ RFC 4122] [ ] Version 4 UUID.
0 commit comments