- Create a file under
src/validators/
folder - Export a default function with a type : (arg: unknown) => ValidatorObject
- Export it into
src/validators/index.ts
- Add the key into the
ValidatorProps
type insrc/types.ts
- Add tests into
src/validators/__tests__
folder
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.