UNPKG

@towercg2/cli

Version:

The command-line components for TowerCG2's server.

3 lines (2 loc) 154 B
import { Config } from "@towercg2/server"; export declare function withConfig<T>(configPath: string, fn: (config: Config) => T | Promise<T>): Promise<T>;