diff --git a/src/RPCLibrary.ts b/src/RPCLibrary.ts new file mode 100644 index 0000000..5a71e83 --- /dev/null +++ b/src/RPCLibrary.ts @@ -0,0 +1,5 @@ +export * from './Backend'; +export * from './Frontend'; +export * from './Interfaces' +export * from './Types'; +export * from './Utils' \ No newline at end of file