Przeglądaj źródła

Services export build typings

Vidar Tonaas Fauske 6 lat temu
rodzic
commit
f047eed970
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      packages/services/src/index.ts

+ 2 - 0
packages/services/src/index.ts

@@ -10,3 +10,5 @@ export * from './session';
 export * from './setting';
 export * from './terminal';
 export * from './workspace';
+
+export { Builder } from './builder';