UNPKG

@shockpkg/ria-packager

Version:

Package for creating Adobe AIR packages

17 lines (16 loc) 290 B
"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