UNPKG
box-ui-elements-mlh
Version:
latest (2.0.0)
2.0.0
1.0.0
Box UI Elements
github.com/MaximeLhermite/box-ui-elements
MaximeLhermite/box-ui-elements
box-ui-elements-mlh
/
es
/
common
/
types
/
api.js
3 lines
•
249 B
JavaScript
View Raw
1
2
3
import
{
HTTP_GET
,
HTTP_POST
,
HTTP_PUT
,
HTTP_DELETE
,
HTTP_OPTIONS
,
HTTP_HEAD
}
from
'../../constants'
;
import
{
JSON
_PATCH_OP_ADD,
JSON
_PATCH_OP_REMOVE,
JSON
_PATCH_OP_REPLACE,
JSON
_PATCH_OP_TEST }
from
'../constants'
;
//# sourceMappingURL=api.js.map