Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "plugin-types"

Index

Type aliases

Func

Func: function

Type declaration

    • (...args: any[]): T
    • Parameters

      • Rest ...args: any[]

      Returns T

Instrumentation

Instrumentation: Patch<T> | Intercept<T>

Plugin

Plugin: Array<Instrumentation<any>>

Generated using TypeDoc