UNPKG

322 BTypeScriptView Raw
1import URI from './uri';
2export interface UriSelection {
3 readonly uri: URI;
4}
5export declare namespace UriSelection {
6 function is(arg: unknown): arg is UriSelection;
7 function getUri(selection: unknown): URI | undefined;
8 function getUris(selection: unknown): URI[];
9}
10//# sourceMappingURL=selection.d.ts.map
\No newline at end of file