UNPKG
@doc-tools/sentenizer
Version:
latest (0.0.0)
0.0.0
text segmentation into sentences
github.com/yandex-cloud/sentenizer
@doc-tools/sentenizer
/
lib
/
cjs
/
utilities
/
index.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
export
{ lenLte, allEqual, lengthNonZero }
from
'./list'
;
export
{ charAt, notAlpha, hasAlpha, startsWithLower, isUpper }
from
'./string'
;