UNPKG
@pandorajs/hub
Version:
canary (3.1.0-alpha.0)
latest (3.0.5)
3.1.0-alpha.0
3.0.5
3.0.1
3.0.0-alpha.18
3.0.0-alpha.16
3.0.0-alpha.13
3.0.0-alpha.3
3.0.0-alpha.0
pandora.js messenge hub
@pandorajs/hub
/
build
/
src
/
types.js
12 lines
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
selectorSchema
=
void
0
;
exports
.
selectorSchema
= [
'clientId'
,
'appName'
,
'processName'
,
'pid'
,
'objectName'
,
'tag'
, ];
//# sourceMappingURL=types.js.map