Skip to content

Commit

Permalink
feat(index): export LogState class
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricenclos committed Dec 4, 2018
1 parent a2572a8 commit dd1359f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { ICollaborator } from './collaborators'
export { MetaDataMessage, MetaDataType, TitleState, FixDataState } from './doc'
export { MetaDataMessage, MetaDataType, TitleState, FixDataState, LogState } from './doc'
export { MuteCore, MuteCoreTypes, MuteCoreFactory } from './MuteCore'
export { LocalOperation, RemoteOperation } from './logs'
export { TextInsert, TextDelete } from 'mute-structs'
Expand Down

0 comments on commit dd1359f

Please sign in to comment.