@oazmi/superbuild - v0.3.2
github
readme
src
dist
examples
Preparing search index...
mod
SuperPluginType
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
Omit
<
EsbuildPlugin
,
"setup"
>
SuperPluginType
Indexable
[
key
:
string
]:
Plugin
[
key
:
number
]:
Plugin
[
key
:
symbol
]:
Plugin
Index
Properties
setup
Properties
setup
setup
:
SuperPluginSetup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
setup
github
readme
src
dist
examples
@oazmi/superbuild - v0.3.2
Loading...
a convenient type for annotating any esbuild, superbuild, or hybrid plugin object.