@@ -38,7 +38,7 @@ looking for!
38
38
## Install
39
39
40
40
This package is [ ESM only] [ esm ] .
41
- In Node.js (version 12.20+, 14.14+, 16.0+, or 18 .0+), install with [ npm] [ ] :
41
+ In Node.js (version 14.14+ and 16 .0+), install with [ npm] [ ] :
42
42
43
43
``` sh
44
44
npm install hast-util-whitespace
@@ -82,7 +82,7 @@ whitespace({
82
82
83
83
## API
84
84
85
- This package exports the identifier ` whitespace ` .
85
+ This package exports the identifier [ ` whitespace ` ] [ whitespace ] .
86
86
There is no default export.
87
87
88
88
### ` whitespace(thing) `
@@ -111,7 +111,7 @@ It exports no additional types.
111
111
112
112
Projects maintained by the unified collective are compatible with all maintained
113
113
versions of Node.js.
114
- As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18 .0+.
114
+ As of now, that is Node.js 14.14+ and 16 .0+.
115
115
Our projects sometimes work with older versions, but this is not guaranteed.
116
116
117
117
## Security
@@ -223,3 +223,5 @@ abide by its terms.
223
223
[ text ] : https://github.com/syntax-tree/hast#text
224
224
225
225
[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
226
+
227
+ [ whitespace ] : #whitespacething
0 commit comments