10 lines
293 B
TypeScript
10 lines
293 B
TypeScript
export { readChannelAllowFromStore } from "../pairing/pairing-store.js";
|
|
export {
|
|
isDiscordMutableAllowEntry,
|
|
isZalouserMutableGroupEntry,
|
|
} from "./mutable-allowlist-detectors.js";
|
|
export {
|
|
isNumericTelegramUserId,
|
|
normalizeTelegramAllowFromEntry,
|
|
} from "../plugin-sdk/telegram.js";
|