UNPKG

edge-sync-client

Version:

Library for accessing the Edge data-sync system

24 lines (21 loc) 1.05 kB
// Generated by rollup-plugin-mjs-entry import cjs from './index.js'; export const ConflictError = cjs.ConflictError; export const asChangeSet = cjs.asChangeSet; export const asEdgeBox = cjs.asEdgeBox; export const asEdgeServers = cjs.asEdgeServers; export const asFileChange = cjs.asFileChange; export const asGetStoreParams = cjs.asGetStoreParams; export const asGetStoreResponse = cjs.asGetStoreResponse; export const asMaybeConflictError = cjs.asMaybeConflictError; export const asNonEmptyString = cjs.asNonEmptyString; export const asPath = cjs.asPath; export const asPostStoreBody = cjs.asPostStoreBody; export const asPostStoreParams = cjs.asPostStoreParams; export const asPostStoreResponse = cjs.asPostStoreResponse; export const asPutStoreParams = cjs.asPutStoreParams; export const asPutStoreResponse = cjs.asPutStoreResponse; export const asServerErrorResponse = cjs.asServerErrorResponse; export const asSyncKey = cjs.asSyncKey; export const makeSyncClient = cjs.makeSyncClient; export const syncKeyToRepoId = cjs.syncKeyToRepoId;