mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 01:05:36 +00:00
3 lines
145 B
TypeScript
3 lines
145 B
TypeScript
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
|
|
export const trimNonEmptyString = normalizeOptionalString;
|