Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NodeLoaderHooksAPI1

Index

Type aliases

GetFormatHook

GetFormatHook: (url: string, context: {}, defaultGetFormat: GetFormatHook) => Promise<{ format: NodeLoaderHooksFormat }>

Type declaration

ResolveHook

TransformSourceHook

TransformSourceHook: (source: string | Buffer, context: { format: NodeLoaderHooksFormat; url: string }, defaultTransformSource: TransformSourceHook) => Promise<{ source: string | Buffer }>

Type declaration

Generated using TypeDoc