UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

8 lines (7 loc) 288 B
/*! Copyright 2023 the gnablib contributors MPL-1.1 */ export declare const utf: { lineBreak: (ord: number | string) => boolean; whiteSpace: (ord: number | string) => boolean; printable: (ord: number | string) => boolean; asciiCased: (ord: number | string) => boolean; };