UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

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;