Browse Source

reexports

master
Daniel Huebleitner 4 years ago
parent
commit
c46dae7ede
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/RPCLibrary.ts

+ 5
- 0
src/RPCLibrary.ts View File

@@ -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…
Cancel
Save