File tree Expand file tree Collapse file tree 2 files changed +530
-429
lines changed Expand file tree Collapse file tree 2 files changed +530
-429
lines changed Original file line number Diff line number Diff line change 4
4
* @typedef Options
5
5
* Configuration.
6
6
* @property {boolean | null | undefined } [allowDashes=false]
7
- * Do not strip hyphens (`-`).
7
+ * Do not strip hyphens (`-`) (default: `false`) .
8
8
*
9
9
* The default is to remove the hyphen-minus character.
10
10
* @property {boolean | null | undefined } [allowApostrophes=false]
11
- * Do not strip apostrophes (`'`).
11
+ * Do not strip apostrophes (`'`) (default: `false`) .
12
12
*
13
13
* The default is to remove apostrophes.
14
14
*/
@@ -24,7 +24,7 @@ import {toString} from 'nlcst-to-string'
24
24
* @param {Array<Nodes> | Nodes | string } value
25
25
* Word.
26
26
* @param {Options | null | undefined } [options]
27
- * Configuration.
27
+ * Configuration (optional) .
28
28
* @returns {string }
29
29
* Normalized word.
30
30
*/
You can’t perform that action at this time.
0 commit comments