Skip to content

Commit

Permalink
fix: type resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth committed Dec 20, 2021
1 parent 0a76537 commit afe00ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/index.ts
Expand Up @@ -236,5 +236,5 @@ export interface RegExpLike {
export interface UriResolver {
parse(uri: string): URI.URIComponents
resolve(base: string, path: string): string
serialize(): string
serialize(component: URI.URIComponents): string
}

0 comments on commit afe00ce

Please sign in to comment.