UNPKG
unified-plugin
Version:
latest (7.1.19)
7.1.19
7.1.18
7.1.17
7.1.16
7.1.15
7.1.14
7.1.13
7.1.12
7.1.11
7.1.10
7.1.9
7.1.9-6-g6161d53
7.1.8
7.1.7
7.1.6
7.1.4
7.1.2
7.1.1
NPAW's Unified Plugin
repo.plugin.npaw.com/plugins/plugin-js
unified-plugin
/
dist
/
src
/
balancer
/
Interceptors
/
Interceptors.d.ts
9 lines
(8 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
CdnBalancer
from
'../CdnBalancer'
;
export
default
class
Interceptors
{
private
_cdnBalancer;
private
loadedInterceptors;
constructor
(
cdnBalancer
:
CdnBalancer
);
loadInterceptor
(
name
:
string
,
player
:
any
):
void
;
removeInterceptors
():
void
; }