mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-12 11:16:05 +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";
|