mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 21:04:45 +00:00
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
|
|
export const trimNonEmptyString = normalizeOptionalString;
|