UNPKG

@sustain/core

Version:

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

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