ardatan / feTS

🗹 TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience

Home Page:https://the-guild.dev/openapi/fets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

registerFormats is not exported by the package

adriencohen opened this issue · comments

Describe the bug

registerFormats is not exported by the package resulting in Unknown format 'uuid' from the client when trying to use uuid type

To Reproduce Steps to reproduce the behavior:

CodeSandbox

Expected behavior

We should be able to import registerFormats as describe in the documentation