UNPKG

@codeparticle/formal

Version:

A <2kb library for validating data of any kind

11 lines (8 loc) 212 B
import { ValidationRule } from '../types/index.js'; /** * @file Check to see if a value is typeof string * @author Nick Krause * @license MIT */ declare const isString: ValidationRule; export { isString };