Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

Hooked: { moduleName: string; onRequire: OnRequireFn }

Type declaration

  • moduleName: string
  • onRequire: OnRequireFn
ModuleNameTrieSearchOptions: { fullOnly?: boolean; maintainInsertionOrder?: boolean }

Type declaration

  • Optional fullOnly?: boolean

    Whether to return only full matches

  • Optional maintainInsertionOrder?: boolean

    Whether to return the results in insertion order

Generated using TypeDoc