424 B
424 B
Home | Installation | Usage | Types | Values | Syntax | TypeRegistry | TypeCheck
Options
Options can be passed via the last parameter.
const T = Syntax(`number`, { minimum: 42 }); // const T = {
// type: 'number',
// minimum: 42
// }
Back to Home