UNPKG
etcd3-mock
Version:
latest (0.0.1)
0.0.1
toonew
github.com/LastKing/etcd3-mock
LastKing/etcd3-mock
etcd3-mock
/
dist
/
index.d.ts
5 lines
(4 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
import
{
Namespace
}
from
'./namespace'
;
export
declare
class
EtcdMock
extends
Namespace
{
constructor
(
); }