UNPKG

@smooai/utils

Version:

A collection of shared utilities and tools used across SmooAI projects. This package provides common functionality to standardize and simplify development across all SmooAI repositories.

9 lines (8 loc) 394 B
import { RefinementCtx } from "zod"; //#region \0rolldown/runtime.js //#endregion //#region src/validation/phoneNumber.d.ts declare function validateAndTransformPhoneNumber(value: string | undefined, context: RefinementCtx): string | undefined; //#endregion export { __exportAll as n, __reExport as r, validateAndTransformPhoneNumber as t }; //# sourceMappingURL=phoneNumber-BCO0vUe1.d.cts.map