UNPKG

matrix-js-sdk

Version:
10 lines 207 B
export declare enum Method { Get = "GET", Put = "PUT", Post = "POST", Delete = "DELETE", Options = "OPTIONS", Head = "HEAD", Patch = "PATCH" } //# sourceMappingURL=method.d.ts.map