UNPKG

@codeparticle/formal

Version:

A <2kb library for validating data of any kind

10 lines (7 loc) 215 B
import { ValidationRule } from '../types/index.js'; /** * @file ensures that a value is a non-empty string. * @author Nick Krause */ declare const isNonEmptyString: ValidationRule; export { isNonEmptyString };