UNPKG
prevent-widows
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Prevent widows from appearing in a string.
github.com/bashaus/prevent-widows
bashaus/prevent-widows
prevent-widows
/
dist
/
index.d.ts
8 lines
(7 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
preventWidows
from
"./lib"
;
import
Encodings
from
"./lib/encodings"
;
import
type
{
Encoding
}
from
"./lib/encodings"
;
import
posthtml
from
"./lib/processors/posthtml"
;
export
default
preventWidows;
export
{ posthtml,
Encodings
};
export
type
{
Encoding
};