UNPKG

@sanity/desk-tool

Version:

Tool for managing all sorts of content in a structured manner

5 lines 332 B
import { Transaction, MendozaPatch, Chunk } from './types'; export declare function mergeChunk(left: Chunk, right: Chunk): Chunk | [Chunk, Chunk]; export declare function chunkFromTransaction(transaction: Transaction): Chunk; export declare function isDeletePatch(patch: MendozaPatch): boolean; //# sourceMappingURL=chunker.d.ts.map