UNPKG

@jovian/type-tools

Version:

TypeTools is a Typescript library for providing extensible tooling runtime validations and type helpers.

10 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SecureChannelTypes = void 0; var SecureChannelTypes; (function (SecureChannelTypes) { SecureChannelTypes["NONE"] = "NONE"; SecureChannelTypes["DEFAULT"] = "ECC_4Q"; SecureChannelTypes["ECC_4Q"] = "ECC_4Q"; })(SecureChannelTypes = exports.SecureChannelTypes || (exports.SecureChannelTypes = {})); //# sourceMappingURL=security.common.js.map