mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 19:35:28 -06:00
6 lines
197 B
TypeScript
6 lines
197 B
TypeScript
// Ollama plugin module implements ollama json behavior.
|
|
export {
|
|
parseJsonObjectPreservingUnsafeIntegers,
|
|
parseJsonPreservingUnsafeIntegers,
|
|
} from "openclaw/plugin-sdk/json-unsafe-integers";
|