package irmin-indexeddb

  1. Overview
  2. Docs

Source file irmin_indexeddb.ml

1
2
3
4
5
6
7
8
9
10
(* Copyright (C) 2020, Thomas Leonard.
   See the README file for details. *)

module Content_store = Content_store.Make
module Branch_store = Branch_store.Make
module Raw = Raw

let config = Config.v

exception Format_too_old = Config.Format_too_old