UNPKG

datum-focus

Version:

Data shape, model, metadata, JSON, JSON Schema, GraphQL, MongoDB query and aggregations, iterator generators

7 lines (5 loc) 155 B
import int from "./integer"; import { words } from "./word"; export default function regex() { return `/${words(int({ max: 4, min: 3 })).join("")}/`; }