refactor: share delimited channel entry parsing

This commit is contained in:
Peter Steinberger
2026-03-14 00:51:14 +00:00
parent e8a80cfbd8
commit d55fa78e40
6 changed files with 68 additions and 27 deletions

View File

@@ -9,7 +9,10 @@ export {
} from "../channels/plugins/config-helpers.js";
export { createAccountListHelpers } from "../channels/plugins/account-helpers.js";
export { buildChannelConfigSchema } from "../channels/plugins/config-schema.js";
export { formatPairingApproveHint } from "../channels/plugins/helpers.js";
export {
formatPairingApproveHint,
parseOptionalDelimitedEntries,
} from "../channels/plugins/helpers.js";
export type {
ChannelOnboardingAdapter,
ChannelOnboardingDmPolicy,