UNPKG

prevent-widows

Version:

Prevent widows from appearing in a string.

10 lines (9 loc) 164 B
export type Encoding = { space: string; hyphen: string; }; declare const _default: { HTML: Encoding; UNICODE: Encoding; }; export default _default;