UNPKG

@codeparticle/formal

Version:

A <2kb library for validating data of any kind

6 lines (3 loc) 113 B
import { ValidationRule } from '../types/index.js'; declare const isArray: ValidationRule; export { isArray };