Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types

Index

Type aliases

AnyFunction

AnyFunction: (...args: unknown[]) => unknown

Type declaration

    • (...args: unknown[]): unknown
    • Function type describing any kind of possible function

      Parameters

      • Rest ...args: unknown[]

      Returns unknown

ConstructorModuleTuple

ConstructorModuleTuple: [AnyFunction, WebpackModule]

Return type for the findConstructor method

WebpackCacheModule

WebpackCacheModule: { exports: WebpackModule; i: string | number; l: boolean }

Type describing cached modules in Webpack

Type declaration

WebpackModule

WebpackModule: { default?: any }

Type describing general modules

Type declaration

  • [key: string]: any
  • Optional default?: any

WebpackModuleList

WebpackModuleList: {[ key in string | number | symbol]: WebpackCacheModule }

Type describing the list of modules

Generated using TypeDoc