Merge pull request #86 from MajorBreakfast/patch-1

Make type definition of expectedVersion match implementation
This commit is contained in:
Nicolas Dextraze 2019-11-01 10:48:57 -07:00 committed by GitHub
commit 343eaa85df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
index.d.ts vendored
View File

@ -125,6 +125,7 @@ export namespace expectedVersion {
const any: number; const any: number;
const noStream: number; const noStream: number;
const emptyStream: number; const emptyStream: number;
const streamExists: number;
} }
export namespace positions { export namespace positions {