mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 08:02:12 -06:00
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
|
|
export const trimNonEmptyString = normalizeOptionalString;
|