mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 04:04:11 +00:00
* chore(lint): reduce underscore-dangle exceptions * chore(lint): reduce more underscore exceptions * chore(lint): remove underscore-dangle allow list * fix(lint): repair underscore cleanup regressions * test(lint): track version define suppression
11 lines
378 B
TypeScript
11 lines
378 B
TypeScript
// Narrow session-binding runtime surface for channels that only need current
|
|
// conversation binding state, not configured binding routing or pairing stores.
|
|
export {
|
|
testing as __testing,
|
|
testing,
|
|
getSessionBindingService,
|
|
registerSessionBindingAdapter,
|
|
type SessionBindingRecord,
|
|
type SessionBindingService,
|
|
} from "../infra/outbound/session-binding-service.js";
|