Files
peardata/client/index.js
T
Raven Scott 015d92a257
Release rolling / release (push) Has been cancelled
CI / test (push) Has been cancelled
first commit
2026-07-18 16:17:38 -04:00

8 lines
272 B
JavaScript

/**
* Client barrel export.
*/
export { PearDataConnection } from './connection.js'
export { ConnectionManager, manager } from './manager.js'
export { getClientIdentity, getIdentityPath } from './identity.js'
export { normalizeRpcError, unwrapError } from './errors.js'