UNPKG

lynx-framework

Version:

lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.

8 lines (7 loc) 103 B
export declare enum HttpVerb { GET = 1, POST = 2, PUT = 3, DELETE = 4, PATCH = 5 }