<TModule extends Record<string, any>>(id: PathId, validate?: ((mod: Record<string, any>) => mod is TModule) | undefined, bust_cache?: boolean | undefined): Promise<LoadModuleResult<TModule>> id
type
PathIdvalidate?
type
((mod: Record<string, any>) => mod is TModule) | undefinedoptional
bust_cache?
type
boolean | undefinedoptional
returns
Promise<LoadModuleResult<TModule>>