sidebar_label: TSchemas title: TSchemas Useful yup schema shortcuts Install yarn add @thx/tschemas Usage import {shape} from 'yup'; import {localDate} from '@thx/tschemas'; const schema = shape({ myDate: localDate().required(), });