UNPKG

vuito

Version:

Simple, lightweight, isomorphic, and template-based validation library.

3 lines (2 loc) 104 B
import type { VRow } from '../types'; export default function (pattern: string | RegExp): VRow['test'];