UNPKG

@storm-stack/plugin-system

Version:

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

4 lines (3 loc) 214 B
import { ErrorCode } from "@storm-stack/errors"; export type PluginSystemErrorCode = ErrorCode | "module_not_found" | "plugin_not_found" | "plugin_loading_failure"; export declare const PluginSystemErrorCode: any;