import * as earthstar from "https://deno.land/x/earthstar@v10.0.0-beta.7/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 | |
Extracts a IFormat's config type | |
Extracts a IFormat's document type, e.g. | |
Extracts a IFormat's input type, used to generate a new document. | |
Extracts a IFormat's name, e.g. | |
Verifies a given type is an array of | |