@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
17 lines (16 loc) • 562 B
TypeScript
import { isRecord } from "../../../utils.js";
export { isRecord };
export declare function asString(value: unknown): string | undefined;
export declare function formatMatchMetadata(params: {
matchKey?: unknown;
matchSource?: unknown;
}): string | undefined;
export declare function appendMatchMetadata(message: string, params: {
matchKey?: unknown;
matchSource?: unknown;
}): string;
export declare function resolveEnabledConfiguredAccountId(account: {
accountId?: unknown;
enabled?: unknown;
configured?: unknown;
}): string | null;