UNPKG

@moonsong-labs/moonwall-cli

Version:

Testing framework for the Moon family of projects

8 lines (5 loc) 316 B
import { MoonwallConfig } from '../types/config.js'; declare function loadConfig(path: string): Promise<MoonwallConfig>; declare function importConfig(configPath: string): Promise<MoonwallConfig>; declare function importJsonConfig(): Promise<MoonwallConfig>; export { importConfig, importJsonConfig, loadConfig };