import { updateDocument } from "https://deno.land/x/aloedb@0.9.0/lib/core.ts";
Create new document applying modifications to specified document.
Parameters
document: Document
Document to update.
update: Update | UpdateFunction
The modifications to apply.