BellD / DevelopersDocumentation · latest

TypeScript SDK reference

Public exports and declarations are extracted with the TypeScript compiler. Capability methods and options come from generated types. Wrap runtime calls in belld.withRequest(req, fn).

export { belld, createBellD } from './client.js';
export type { BellD, BellDRequest, BellDOptions } from './client.js';
export { BellDCapabilityError } from './errors.js';
export type { BellDProblem } from './errors.js';
export { createFakeBellD } from './fake.js';
export type { FakeBellDResponses } from './fake.js';
export type { BellDCapabilities, CapabilityOptions, JsonValue } from './generated/capabilities.js';