@theledger/yup-types
v1.0.1
Published
Types for the yup package
Downloads
6
Keywords
Readme
yup-types
How to add this type to your project
You can add these types to your project by appending it to your types in your tsconfig.json
{
"compilerOptions": {
... // include other options
"types": [
"@theledger/yup-types"
]
}
}