This package has been deprecated

Author message:

This package has been deprecated.

@thx/tschemas

10.1.1 • Public • Published

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(),
});

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @thx/tschemas

    Weekly Downloads

    1

    Version

    10.1.1

    License

    MIT

    Unpacked Size

    23.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • darkadept