UNPKG

@strapi/generators

Version:

Interactive API generator.

11 lines (9 loc) 299 B
var validateInput = ((input)=>{ const regex = /^[A-Za-z-]+$/g; if (!input) { return 'You must provide an input'; } return regex.test(input) || "Please use only letters, '-' and no spaces"; }); export { validateInput as default }; //# sourceMappingURL=validate-input.mjs.map