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) 72 B
export declare const isFunction: (value: unknown) => value is Function;