Interface ModuleHookHandle

interface ModuleHookHandle ((...args) => any[] | Promise<any[]>)
  • Parameters

    • Rest ...args: any[]

    Returns any[] | Promise<any[]>

Generated using TypeDoc