UNPKG

corde

Version:

A simple library for Discord bot tests

13 lines (12 loc) 321 B
import { ConfigFileType } from "../types"; /** * Initialize a config file with all available options. * Formatted using **prettier** * * @version 1.0 * * @param fileType Possible type of file * * @throws Error if could not create the config file */ export declare function init(fileType?: ConfigFileType): void;