Skip to content

Commit

Permalink
bf: ARSN-220 export isMasterKey in versioning module
Browse files Browse the repository at this point in the history
  • Loading branch information
Naren committed Jun 9, 2022
1 parent 15f0753 commit cd9456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/versioning/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { VersioningConstants } from './constants';
export { Version } from './Version';
export { Version, isMasterKey } from './Version';
export * as VersionID from './VersionID';
export { default as WriteGatheringManager } from './WriteGatheringManager';
export { default as WriteCache } from './WriteCache';
Expand Down

0 comments on commit cd9456b

Please sign in to comment.