Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

resolvePath

Returns a resolved path object relative to the given pathname.

function resolvePath(to: To, fromPathname?: string): Path;
§
resolvePath(to: To, fromPathname?: string): Path
[src]

§Parameters

§
fromPathname?: string optional
[src]

§Return Type