Explorar el Código

reexports

master
Daniel Huebleitner hace 4 años
padre
commit
c46dae7ede
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      src/RPCLibrary.ts

+ 5
- 0
src/RPCLibrary.ts Ver fichero

@@ -0,0 +1,5 @@
1
+export * from  './Backend';
2
+export * from './Frontend';
3
+export * from './Interfaces'
4
+export * from './Types';
5
+export * from './Utils'

Loading…
Cancelar
Guardar