UNPKG
retext-dutch
Version:
latest (5.0.0)
5.0.0
4.1.0
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.0
retext plugin to parse Dutch prose
github.com/retextjs/retext
retextjs/retext
retext-dutch
/
lib
/
index.d.ts
9 lines
(8 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Add support for parsing Dutch natural language. * *
@returns
{
undefined
} * Nothing. */
export
default
function
retextDutch
(
):
undefined
;
export
type
Root
=
import
(
'nlcst'
).
Root
;