Skip to content

Commit 20a3623

Browse files
committed
Refactor code-style
1 parent 24d3d7a commit 20a3623

File tree

2 files changed

+530
-429
lines changed

2 files changed

+530
-429
lines changed

lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* @typedef Options
55
* Configuration.
66
* @property {boolean | null | undefined} [allowDashes=false]
7-
* Do not strip hyphens (`-`).
7+
* Do not strip hyphens (`-`) (default: `false`).
88
*
99
* The default is to remove the hyphen-minus character.
1010
* @property {boolean | null | undefined} [allowApostrophes=false]
11-
* Do not strip apostrophes (`'`).
11+
* Do not strip apostrophes (`'`) (default: `false`).
1212
*
1313
* The default is to remove apostrophes.
1414
*/
@@ -24,7 +24,7 @@ import {toString} from 'nlcst-to-string'
2424
* @param {Array<Nodes> | Nodes | string} value
2525
* Word.
2626
* @param {Options | null | undefined} [options]
27-
* Configuration.
27+
* Configuration (optional).
2828
* @returns {string}
2929
* Normalized word.
3030
*/

0 commit comments

Comments
 (0)