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.

4 lines (3 loc) 194 B
export declare const isTruthy: (value: unknown) => boolean; export declare const isFalsy: (value: unknown) => boolean; export declare const isBooleanValue: (value: unknown) => value is boolean;