UNPKG

@sanity/mutator

Version:

A set of models to make it easier to utilize the powerful real time collaborative features of Sanity

6 lines (5 loc) 286 B
export {BufferedDocument, type CommitHandlerMessage} from './BufferedDocument' export {Document, type SubmissionResponder} from './Document' export {Mutation, type MutationParams} from './Mutation' export {SquashingBuffer} from './SquashingBuffer' export type {Doc, Mut} from './types'