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

    Variable parseAutomergeUrlConst

    parseAutomergeUrl: (url: AutomergeUrl) => ParsedAutomergeUrl

    Parse an Automerge URL.

    Supported shapes:

    • automerge:<docId>
    • automerge:<docId>#<heads> (heads |-joined)
    • automerge:<docId>/<path> (path /-joined segments)
    • automerge:<docId>/<path>#<heads>

    segments is undefined when no path is present; otherwise it's the parsed Segment[].

    Type declaration