Skip to main content
Module

x/earthstar/src/entries/universal.ts>FormatEs4

Storage for private, distributed, offline-first applications.
Go to Latest
variable FormatEs4
import { FormatEs4 } from "https://deno.land/x/earthstar@v10.0.2/src/entries/universal.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>