UNPKG

corde

Version:

A simple library for Discord bot tests

9 lines (8 loc) 249 B
import { Config, StrictObject } from "../types"; declare module "ora" { interface Ora { _spinner: StrictObject; } } export declare function exec(options: Config.ICLIOptions): Promise<void>; export declare function runTests(): Promise<void>;