UNPKG
@ng1005/chrome-extension-common
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
chrome扩展通用库--消息与storage
@ng1005/chrome-extension-common
/
src
/
types
/
Interceptors.ts
6 lines
(5 loc)
•
147 B
text/typescript
View Raw
1
2
3
4
5
6
import
InterceptorsManager
from
"./InterceptorsManager"
;
export
type
Interceptors
={
before
:
InterceptorsManager
,
after
:
InterceptorsManager
, }