mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 22:59:32 +00:00
5 lines
216 B
TypeScript
5 lines
216 B
TypeScript
// Signal API module exposes the plugin public contract.
|
|
export * from "./src/install-signal-cli.js";
|
|
export * from "./src/normalize.js";
|
|
export { isSignalSenderAllowed, type SignalSender } from "./src/identity.js";
|