UNPKG

@methodus/server

Version:

Server components for @methodus workflow

9 lines (8 loc) 182 B
export declare class Verbs { static Get: string; static Post: string; static Put: string; static Patch: string; static Head: string; static Delete: string; }