UNPKG

279 BPlain TextView Raw
1/**
2 *
3 */
4declare module "oly-core/lib/env" {
5 interface IEnv {
6 /**
7 *
8 */
9 WORKSPACE_DIRECTORY?: string;
10 /**
11 *
12 */
13 WORKSPACE_TMP?: string;
14 }
15}
16
17export * from "./interfaces";
18export * from "./FileService";
19export * from "./WorkspaceProvider";