-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathindex.d.ts
More file actions
16 lines (16 loc) · 835 Bytes
/
index.d.ts
File metadata and controls
16 lines (16 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// <reference path="./OrbitDB.d.ts" />
/// <reference path="./Store.d.ts" />
/// <reference path="./CounterStore.d.ts" />
/// <reference path="./DocumentStore.d.ts" />
/// <reference path="./EventStore.d.ts" />
/// <reference path="./FeedStore.d.ts" />
/// <reference path="./KeyValueStore.d.ts" />
/// <reference path="./Cache.d.ts" />
/// <reference path="./Identity.d.ts" />
/// <reference path="./Keystore.d.ts" />
/// <reference path="./DBOptions.d.ts" />
/// <reference path="./LogEntry.d.ts" />
/// <reference path="./IReplicationStatus.d.ts" />
/// <reference path="./OrbitDBAccessControllers/OrbitDBAccessControllers.d.ts" />
/// <reference path="./OrbitDBAccessControllers/OrbitDBAccessController.d.ts" />
/// <reference path="./OrbitDBAccessControllers/AccessControllerInterface.d.ts" />