UNPKG
@stdlib/nlp-sentencize
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
Split a string into an array of sentences.
stdlib.io
stdlib-js/nlp-sentencize
@stdlib/nlp-sentencize
/
dist
/
index.d.ts
3 lines
•
116 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
sentencize
from
'../docs/types/index'
;
export
= sentencize;