Skip to main content

publicresolvePath

Callable

  • resolvePath(path: string, options?: ResolveOptions): Promise<string | undefined>

  • Returns full file path of the given path. This function only supports relative or absolute paths of files or directories.


    Parameters

    Returns Promise<string | undefined>