Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/packages/ide/src/index.ts
Asher 670b13798a
Remove URI factory
It's not actually used anymore.
2019-02-06 10:41:59 -06:00

6 lines
148 B
TypeScript

export * from "./client";
export * from "./fill/clipboard";
export * from "./fill/notification";
export * from "./retry";
export * from "./upload";