Skip to main content
Module

x/earthstar/src/formats/format_types.ts

Storage for private, distributed, offline-first applications.
Latest
import * as earthstar from "https://deno.land/x/earthstar@v10.2.2/src/formats/format_types.ts";

Interfaces

Formats are each responsible for one document format such as "es.4". They are used for signing and validating documents, as well as generating new documents from a given input.

Type Aliases

Verifies a given type is of type IFormat

Extracts a IFormat's config type

Extracts a IFormat's document type, e.g. DocEs5

Extracts a IFormat's input type, used to generate a new document.

Extracts a IFormat's name, e.g. es.5

Verifies a given type is an array of IFormat