UNPKG

@miracledevs/paradigm-express-webapi

Version:

An easy to use MVC WebApi implementation over Express.

7 lines (6 loc) 96 B
export declare enum HttpMethod { GET = 0, POST = 1, PUT = 2, DELETE = 3 }