ignore docs folder

This commit is contained in:
Daniel Hübleitner
2019-09-22 11:26:32 +02:00
parent 5c5ef3160c
commit 5ca3b6f9da
@@ -1,41 +0,0 @@
[rpclibrary](../README.md) [Globals](../globals.md) ["Interfaces"](../modules/_interfaces_.md) [RPCExporter](_interfaces_.rpcexporter.md)
# Interface: RPCExporter <**T**>
Interface for all classes that may export RPCs
## Type parameters
**T**
## Hierarchy
* **RPCExporter**
## Index
### Properties
* [name](_interfaces_.rpcexporter.md#name)
### Methods
* [exportRPCs](_interfaces_.rpcexporter.md#exportrpcs)
## Properties
### name
**name**: *T.Name*
Defined in Interfaces.ts:8
## Methods
### exportRPCs
**exportRPCs**(): *T.RPCT[]*
Defined in Interfaces.ts:9
**Returns:** *T.RPCT[]*