UNPKG

gnablib

Version:

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

4 lines (3 loc) 158 B
/*! Copyright 2024 the gnablib contributors MPL-1.1 */ import { IConfigOracle } from './interfaces/ForConfig.js'; export declare const config: IConfigOracle;