UNPKG

tinybase

Version:

A reactive data store and sync engine.

8 lines (7 loc) 227 B
/** * The schematizer-yup module provides conversion utilities for Yup schemas. * @packageDocumentation * @module schematizer-yup * @since v7.1.0 */ export type {YupSchematizer, createYupSchematizer} from '../index.d.ts';