Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/util/IUri.d.ts
export interface Uri {
readonly scheme: string;
readonly path: string;
readonly authority?: string;
readonly fragment?: string;
readonly query?: string;
}
export interface UriInstance extends Uri {
toString(): string;
toJSON(): unknown;
}
export type DocumentUri = Uri | URL | string;
//# sourceMappingURL=IUri.d.ts.map