publicresolveModule
Callable
Parameters
id: string
A relative or absolute path to a file or directory, or a module name.
options: Pick<ResolveOptions, baseDir> = {}
Returns Promise<undefined | string>
A relative or absolute path to a file or directory, or a module name.
Returns full file path of the given module id.