import { EmptyChunkPatch } from "@tsplus/stdlib/collections/Chunk/patch/definition" /** * Constructs an empty chunk patch. * * @tsplus static Differ.Chunk.Patch.Ops empty */ export function emptyPatch(): Differ.Chunk.Patch { return new EmptyChunkPatch() }