UNPKG

@miracledevs/paradigm-express-webapi

Version:

An easy to use MVC WebApi implementation over Express.

2 lines (1 loc) 81 B
export declare type ActionMethod<T = any> = (...args: any[]) => Promise<T> | T;