UNPKG

nubo-plugin-api

Version:
6 lines (5 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SECRET_VALUE_INDICATOR = void 0; var pluginModule_1 = require("./pluginModule"); Object.defineProperty(exports, "SECRET_VALUE_INDICATOR", { enumerable: true, get: function () { return pluginModule_1.SECRET_VALUE_INDICATOR; } });