mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-05-01 06:36:23 +08:00
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime";
|
|
|
|
export const trimNonEmptyString = normalizeOptionalString;
|