deno.land / x / replicache@v10.0.0-beta.0 / mod.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
export {Replicache, makeIDBName} from './replicache';export {TransactionClosedError} from './transaction-closed-error';export {consoleLogSink} from '@rocicorp/logger';
export type { MaybePromise, MutatorDefs, Poke, RequestOptions, ClientStateNotFoundReason,} from './replicache';export type {ReplicacheOptions} from './replicache-options';export type { CreateIndexDefinition, ReadTransaction, WriteTransaction,} from './transactions';export type { GetScanIterator, GetIndexScanIterator, ScanResult, AsyncIterableIteratorToArrayWrapper,} from './scan-iterator';export {makeScanResult} from './scan-iterator';export type {LogSink, LogLevel} from '@rocicorp/logger';export type { JSONObject, JSONValue, ReadonlyJSONValue, ReadonlyJSONObject,} from './json';export type { KeyTypeForScanOptions, ScanIndexOptions, ScanNoIndexOptions, ScanOptionIndexedStartKey, ScanOptions,} from './scan-options';export {isScanIndexOptions} from './scan-options';export type {HTTPRequestInfo} from './http-request-info';export type { PatchOperation, Puller, PullResponse, PullResponseOK, ClientStateNotFoundResponse, PullerResult, PullError,} from './puller';export type {Pusher, PushError} from './pusher';
export type { Store as ExperimentalKVStore, Read as ExperimentalKVRead, Write as ExperimentalKVWrite,} from './kv/store';
export type {PullRequest} from './sync/pull';export type {PushRequest} from './sync/push';
export {TEST_LICENSE_KEY} from '@rocicorp/licensing/src/client';
export type {IndexKey} from './db/index';
replicache

Version Info

Tagged at
2 years ago