import { FormatEs4 } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/formats/format_es4.ts";
Validator for the 'es.4' format. Checks if documents are spec-compliant before ingesting, and signs them according to spec.
type
IFormat<"es.4", DocInputEs4, DocEs4, undefined>