actionhero
Version:
The reusable, scalable, and quick node.js API server for stateless and stateful applications
8 lines (7 loc) • 372 B
TypeScript
import { ActionheroConfigInterface } from "../classes/config";
export declare function buildConfig(): Partial<ActionheroConfigInterface>;
export declare let config: Partial<ActionheroConfigInterface>;
/**
* Rebuild Actionhero's `config` object. Useful when Environment variables effecting the config may have changed.
*/
export declare const rebuildConfig: () => void;