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).
- sdk/typescript/src/client.ts
- sdk/typescript/src/errors.ts
- sdk/typescript/src/fake.ts
- sdk/typescript/src/generated/capabilities.ts
- sdk/typescript/src/index.ts
- sdk/typescript/src/methods.ts
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';