Automerge Repo - v2.6.0-alpha.1
    Preparing search index...

    Variable stringifyAutomergeUrlConst

    stringifyAutomergeUrl: (
        arg: UrlOptions | DocumentId | BinaryDocumentId,
    ) => AutomergeUrl

    Given a documentId in either binary or base58check-encoded form, returns an Automerge URL. Optionally accepts segments to construct a sub-tree URL (automerge:<docId>/seg/seg/...) and heads to pin the URL to a point in time. Throws on invalid input.

    Type declaration