UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

4 lines (3 loc) 209 B
import { InstanceType } from '../../types/InstanceType'; import type { Plugin } from '../interfaces/Plugin'; export declare type PluginReference<T extends Plugin = Plugin> = string | Plugin | InstanceType<T>;