doc
This commit is contained in:
+1
-10
@@ -1,13 +1,4 @@
|
||||
[rpclibrary](README.md)
|
||||
[rpclibrary](globals.md)
|
||||
|
||||
# rpclibrary
|
||||
|
||||
## Index
|
||||
|
||||
### External modules
|
||||
|
||||
* ["Backend"](modules/_backend_.md)
|
||||
* ["Frontend"](modules/_frontend_.md)
|
||||
* ["Interfaces"](modules/_interfaces_.md)
|
||||
* ["Types"](modules/_types_.md)
|
||||
* ["Utils"](modules/_utils_.md)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Backend"](../modules/_backend_.md) › [RPCServer](_backend_.rpcserver.md)
|
||||
[rpclibrary](../globals.md) › ["Backend"](../modules/_backend_.md) › [RPCServer](_backend_.rpcserver.md)
|
||||
|
||||
# Class: RPCServer <**SubResType**>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Frontend"](../modules/_frontend_.md) › [RPCSocket](_frontend_.rpcsocket.md)
|
||||
[rpclibrary](../globals.md) › ["Frontend"](../modules/_frontend_.md) › [RPCSocket](_frontend_.rpcsocket.md)
|
||||
|
||||
# Class: RPCSocket
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Destroyable](_interfaces_.destroyable.md)
|
||||
[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Destroyable](_interfaces_.destroyable.md)
|
||||
|
||||
# Interface: Destroyable
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Exporter](_interfaces_.exporter.md)
|
||||
[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Exporter](_interfaces_.exporter.md)
|
||||
|
||||
# Interface: Exporter <**T**>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Interfaces"](../modules/_interfaces_.md) › [Socket](_interfaces_.socket.md)
|
||||
[rpclibrary](../globals.md) › ["Interfaces"](../modules/_interfaces_.md) › [Socket](_interfaces_.socket.md)
|
||||
|
||||
# Interface: Socket
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Backend"](_backend_.md)
|
||||
[rpclibrary](../globals.md) › ["Backend"](_backend_.md)
|
||||
|
||||
# External module: "Backend"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Frontend"](_frontend_.md)
|
||||
[rpclibrary](../globals.md) › ["Frontend"](_frontend_.md)
|
||||
|
||||
# External module: "Frontend"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Interfaces"](_interfaces_.md)
|
||||
[rpclibrary](../globals.md) › ["Interfaces"](_interfaces_.md)
|
||||
|
||||
# External module: "Interfaces"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Types"](_types_.md)
|
||||
[rpclibrary](../globals.md) › ["Types"](_types_.md)
|
||||
|
||||
# External module: "Types"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[rpclibrary](../README.md) › ["Utils"](_utils_.md)
|
||||
[rpclibrary](../globals.md) › ["Utils"](_utils_.md)
|
||||
|
||||
# External module: "Utils"
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"build": "npm run clean && tsc && npm run webpack",
|
||||
"clean": "rm -rf js",
|
||||
"test": "mocha js/test/Test.js",
|
||||
"doc": "typedoc --out docs ./src --readme none --plugin typedoc-plugin-markdown "
|
||||
"doc": "typedoc --out docs ./src --plugin typedoc-plugin-markdown "
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user