UNPKG

actionhero

Version:

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

9 lines (8 loc) 155 B
export declare const DEFAULT: { routes: (config: any) => { get: { path: string; action: string; }[]; }; };