UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 221 B
//#region src/commands/doctor/shared/object.ts function asObjectRecord(value) { if (!value || typeof value !== "object" || Array.isArray(value)) return null; return value; } //#endregion export { asObjectRecord as t };