mirror of https://github.com/openclaw/openclaw.git
10 lines
311 B
TypeScript
10 lines
311 B
TypeScript
export {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
} from "../../extensions/telegram/src/allow-from.js";
|
|
export { readChannelAllowFromStore } from "../pairing/pairing-store.js";
|
|
export {
|
|
isDiscordMutableAllowEntry,
|
|
isZalouserMutableGroupEntry,
|
|
} from "./mutable-allowlist-detectors.js";
|