Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 817 Bytes

readme.md

File metadata and controls

executable file
·
23 lines (15 loc) · 817 Bytes

f-validate 🐻

npm version Build Status Coverage Status Known Vulnerabilities

Fozzie vanilla JS Validation Component.

Adding f-validate to your project

yarn add @justeat/f-validate

Then, inside your script import and run f-validate.

import validate from '@justeat/f-validate';

//to be confirmed