UNPKG
@shockpkg/ria-packager
Version:
latest (5.0.0)
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Package for creating Adobe AIR packages
github.com/shockpkg/ria-packager
shockpkg/ria-packager
@shockpkg/ria-packager
/
cjs
/
security
/
key.js
17 lines
(16 loc)
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SecurityKey
=
void
0
;
/** * SecurityKey object. */
class
SecurityKey
{
/** * SecurityKey constructor. */
constructor
(
) {} }
exports
.
SecurityKey
=
SecurityKey
;
//# sourceMappingURL=key.js.map