deno.com

method RequireResolve.paths

#RequireResolve.paths(request: string): string[] | null

Returns an array containing the paths searched during resolution of request or null if the request string references a core module, for example http or fs.

Parameters #

#request: string

The module path whose lookup paths are being retrieved.

Return Type #

string[] | null