Export interface

This commit is contained in:
Jaco Greeff 2018-09-02 09:46:24 +02:00
parent 750b59a59a
commit 381b2c4ca2

View File

@ -22,7 +22,7 @@ declare module 'nosql-leveldb' {
sync?: boolean
};
interface LevelDb {
export interface LevelDb {
openSync (options?: LevelDbOptions$Open): void;
closeSync (): void;