UNPKG
@signiant/media-shuttle-sdk-base
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)
www.signiant.com
@signiant/media-shuttle-sdk-base
/
dist
/
esm
/
internal
/
enums
/
HttpMethod.js
6 lines
(5 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
var
HttpMethod
; (
function
(
HttpMethod
) {
HttpMethod
[
"GET"
] =
"GET"
; })(
HttpMethod
|| (
HttpMethod
= {}));
export
default
HttpMethod
;