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
/
lib
/
encodings.d.ts
10 lines
(9 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
Encoding
= {
space
:
string
;
hyphen
:
string
; };
declare
const
_default
: {
HTML
:
Encoding
;
UNICODE
:
Encoding
; };
export
default
_default;