swc/bundler/tests/.cache/deno/cb4c357e1f3c29d25626790c9fe35e2596813eca.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

13 lines
244 B
TypeScript

// Loaded from https://deno.land/x/abc@v1.2.4/_http_method.ts
export const Get = "GET",
Head = "HEAD",
Post = "POST",
Put = "PUT",
Patch = "PATCH",
Delete = "DELETE",
Connect = "CONNECT",
Options = "OPTIONS",
Trace = "TRACE";