UNPKG

@storm-stack/plugin-system

Version:

A library used to create and manage a plugin-styled architecture in a TypeScript application.

11 lines (10 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PluginDiscoveryMode = void 0; const PluginDiscoveryMode = exports.PluginDiscoveryMode = { AUTO: "auto", FALLBACK: "fallback", NONE: "none" };