| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,4 +10,6 @@ export interface URLBinding { | |||
| 10 | 10 | format(input: string, fragment?: boolean, unicode?: boolean, search?: boolean, auth?: boolean): string; | |
| 11 | 11 | parse(input: string, base?: string): string | false; | |
| 12 | 12 | update(input: string, actionType: typeof urlUpdateActions, value: string): string | false; | |
| 13 | + getOrigin(input: string): string; | ||
| 14 | + pathToFileURL(input: string, isWindows: boolean, hostname?: string): string; | ||
| 13 | 15 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments