UNPKG

gnablib

Version:

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

4 lines (3 loc) 163 B
/*! Copyright 2025 the gnablib contributors MPL-1.1 */ export declare function encode(text: string): string; export declare function decode(text: string): string;