fix(typings): lock and stm typings not being exported

This commit is contained in:
Connor Peet 2017-10-21 09:12:11 -07:00
Родитель 268757f51e
Коммит cd5f75796c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -8,10 +8,12 @@ export * from './auth';
export * from './builder';
export * from './errors';
export * from './lease';
export * from './lock';
export * from './namespace';
export * from './options';
export * from './range';
export * from './rpc';
export * from './stm';
export { WatchBuilder, Watcher } from './watch';
/**