UNPKG

gnablib

Version:

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

6 lines (5 loc) 132 B
/*! Copyright 2024 the gnablib contributors MPL-1.1 */ export interface IProblem { toString(): string; inColor(): string; }