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
/
dts
/
security
/
key.d.ts
10 lines
(9 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * SecurityKey object. */
export
declare
abstract
class
SecurityKey
{
/** * SecurityKey constructor. */
constructor
(
); }