mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 08:02:12 -06:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
// Matrix plugin module implements record shared behavior.
|
|
import { isRecord } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
|
|
export { isRecord };
|