UNPKG
unmock-types
Version:
latest (0.3.12)
0.3.12
0.3.11
Types for [Unmock](https://unmock.io/).
github.com/unmock/unmock-js
unmock/unmock-js
unmock-types
/
dist
/
index.js
13 lines
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
RESTMethodTypes
= [
"get"
,
"head"
,
"post"
,
"put"
,
"patch"
,
"delete"
,
"options"
,
"trace"
, ];
//# sourceMappingURL=index.js.map