UNPKG

datum-focus

Version:

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

6 lines (4 loc) 166 B
import int from './integer'; export default function date() { return `${int({ max: 2021, min: 2000 })}-${int({ max: 12, min: 1 })}-${int({ max: 28, min: 1 })}`; }