UNPKG

@hookform/resolvers

Version:

React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS

4 lines (3 loc) 147 B
import * as Either from 'fp-ts/Either'; declare const arrayToPath: (paths: Either.Either<string, number>[]) => string; export default arrayToPath;