mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 04:51:37 +00:00
12 lines
349 B
TypeScript
12 lines
349 B
TypeScript
// Control UI module implements string coerce behavior.
|
|
export {
|
|
normalizeLowercaseStringOrEmpty,
|
|
normalizeOptionalLowercaseString,
|
|
normalizeOptionalString,
|
|
} from "@openclaw/normalization-core/string-coerce";
|
|
export {
|
|
normalizeStringEntries,
|
|
sortUniqueStrings,
|
|
uniqueStrings,
|
|
} from "@openclaw/normalization-core/string-normalization";
|