UNPKG

gnablib

Version:

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

7 lines (6 loc) 163 B
/*! Copyright 2023 the gnablib contributors MPL-1.1 */ export interface IYEncEncodeOpts { lineLength?: number; offset?: number; escapeChar?: string; }