UNPKG
dropflow
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
A small CSS2 document renderer built from specifications
dropflow
/
dist
/
src
/
text-grapheme-break.d.ts
3 lines
(2 loc)
•
168 B
TypeScript
View Raw
1
2
3
export
declare
function
nextGraphemeBreak
(
string
:
string
,
index
:
number
):
number
;
export
declare
function
previousGraphemeBreak
(
string
:
string
,
index
:
number
):
number
;