UNPKG

nestjs-etcd

Version:
7 lines (6 loc) 191 B
export * from './interfaces'; export * from './etcd.constants'; export * from './etcd.decorators'; export * from './etcd.module'; export * from './etcd.utils'; export { Etcd3 } from 'etcd3';