UNPKG

@storm-stack/plugin-system

Version:

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

6 lines (5 loc) 95 B
export const PluginDiscoveryMode = { AUTO: "auto", FALLBACK: "fallback", NONE: "none" };