UNPKG

@reactivehub/cli

Version:
11 lines (9 loc) 250 B
'use strict'; const idPatternValidator = value => { if (value.match(/^[a-z][a-z\-]*$/g)) return true; return 'You can only use letters and "-" to fill whitespaces'; }; module.exports = { idPatternValidator }; //# sourceMappingURL=index.js.map