Files
moltbot/src/plugin-sdk/string-coerce-runtime.ts
2026-04-17 16:05:09 +01:00

16 lines
492 B
TypeScript

// Narrow primitive coercion helpers for plugins that do not need the full text-runtime barrel.
export {
hasNonEmptyString,
localeLowercasePreservingWhitespace,
lowercasePreservingWhitespace,
normalizeLowercaseStringOrEmpty,
normalizeNullableString,
normalizeOptionalLowercaseString,
normalizeOptionalString,
normalizeOptionalStringifiedId,
normalizeStringifiedOptionalString,
readStringValue,
} from "../shared/string-coerce.js";
export { isRecord } from "../utils.js";