UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 165 B
/** Normalize string input to lowercase, returning empty string for non-strings. */ export declare function normalizeLowercaseStringOrEmpty(value: unknown): string;