UNPKG
edge-master
Version:
latest (0.10.0)
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.1.1
0.0.1
A Micro Framework for Edges
github.com/sharif3271/edge-master
sharif3271/edge-master
edge-master
/
dist
/
types
/
interceptor.js
6 lines
(5 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
export
var
InterceptorType
; (
function
(
InterceptorType
) {
InterceptorType
[
InterceptorType
[
"Request"
] =
0
] =
"Request"
;
InterceptorType
[
InterceptorType
[
"Response"
] =
1
] =
"Response"
; })(
InterceptorType
|| (
InterceptorType
= {}));