UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

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;