UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

7 lines (6 loc) 237 B
export interface ConfigInterface { [key: string]: any; } export declare const configPaths: any[]; export declare function buildConfig(_startingParams?: ConfigInterface): ConfigInterface; export declare const config: ConfigInterface;