@oazmi/superbuild - v0.3.2
    Preparing search index...

    Interface SuperPluginType

    a convenient type for annotating any esbuild, superbuild, or hybrid plugin object.

    interface SuperPluginType {
        setup: SuperPluginSetup;
        [key: string]: Plugin;
        [key: number]: Plugin;
        [key: symbol]: Plugin;
    }

    Hierarchy

    Indexable

    • [key: string]: Plugin
    • [key: number]: Plugin
    • [key: symbol]: Plugin
    Index

    Properties

    Properties