UNPKG

tv4-formats

Version:

Common JSON Schema string format constraints in the form of tv4 validator callbacks

8 lines (5 loc) 162 B
(function () { 'use strict'; var durationRegExpString = require('./durationRegExpString'); module.exports = new RegExp(durationRegExpString); }());