UNPKG

@codeparticle/formal

Version:

A <2kb library for validating data of any kind

6 lines (3 loc) 142 B
import { ValidationRule } from '../types/index.js'; declare const hasProp: (...properties: string[]) => ValidationRule; export { hasProp };