UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

11 lines (10 loc) 182 B
export enum RequestMethod { GET = 'GET', POST = 'POST', PUT = 'PUT', DELETE = 'DELETE', PATCH = 'PATCH', ALL = 'ALL', OPTIONS = 'OPTIONS', HEAD = 'HEAD', }