UNPKG

@contract-case/case-core-plugin-function

Version:

ContractCase core function plugin, allowing validation of arbitrary functions

15 lines 710 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.description = void 0; const case_plugin_base_1 = require("@contract-case/case-plugin-base"); const version_1 = require("./version"); exports.description = { humanReadableName: 'function execution plugin', shortName: 'function', // Note: If using this code as an example for your own plugin, // DO NOT start your plugin name with the core plugin prefix // or ContractCase will not log debug information / load failures appropriately uniqueMachineName: `${case_plugin_base_1.CORE_PLUGIN_PREFIX} function execution plugin`, version: version_1.pluginVersion, }; //# sourceMappingURL=description.js.map