@kosko/requireFunctionsresolvePathpublicresolvePath CallableresolvePath(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.Parameterspath: stringoptions: ResolveOptions = {}Returns Promise<string | undefined>
Returns full file path of the given path. This function only supports relative or absolute paths of files or directories.