UNPKG

@hocgin/hkit

Version:
11 lines (10 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LicenseType = void 0; var LicenseType = exports.LicenseType = /*#__PURE__*/function (LicenseType) { LicenseType["Free"] = "free"; LicenseType["Pro"] = "pro"; return LicenseType; }({});