UNPKG

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