UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

16 lines 528 B
/** * DO NOT USE THIS IN YOUR OWN PLUGINS * * @remarks * The prefix for ContractCase core plugin names. Plugin names with * this prefix are treated as always loaded, log less debug information, * and any errors in loading are treated as core crashes rather than user * configuration errors. * * Other than the way logs and load failures are treated, there's no special * treatment given to core plugins, * * @public */ export declare const CORE_PLUGIN_PREFIX: "_CaseCore:"; //# sourceMappingURL=corePlugins.d.ts.map