UNPKG

react-form-toolkit

Version:

A form validation toolkit for React, specializing in simple to medium-sized, secure forms. It provides an easy-to-use API to validate form inputs and ensure data integrity.

2 lines (1 loc) 81 B
export declare const isObject: (value: unknown) => value is Record<string, any>;