UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

11 lines 450 B
import { ConfigInterface } from '../interfaces/config'; export declare const validate: import("ajv").ValidateFunction<ConfigInterface>; /** * * @param {string} filename The filename of the config file. * * @return {ConfigInterface} The corresponding config object. */ export declare function getConfig(filename: string): object; export declare function mergeWithDefaultConfig(config: object): ConfigInterface; //# sourceMappingURL=index.d.ts.map