UNPKG

protontype

Version:

A simple REST framework make in TypeScript

13 lines (12 loc) 180 B
/** * @author Humberto Machado */ export declare enum Method { GET = 0, PUT = 1, POST = 2, DELETE = 3, PATCH = 4, OPTIONS = 5, HEAD = 6 }