Skip to content
1 min read · 30 words

Variable: validateFormatTool

ts
const validateFormatTool: Tool<SpooledArtifact>;

Check whether a string matches a known format.

Remarks

Supported formats: email, uuid (v1–v5), ipv4, iso_date, iso_datetime, hex_color, phone_e164, semver, integer, decimal, alphanumeric, slug, hex, base64.