UNPKG

@k-msg/provider

Version:

Complete provider system with adapters and implementations for K-Message platform

10 lines (9 loc) 259 B
/** * Backward-compatible helper barrel. * * New code should import from: * - ./aligo.shared.helpers (send/channel/common) * - ./aligo.template.helpers (template-only) */ export * from "./aligo.shared.helpers"; export * from "./aligo.template.helpers";