UNPKG

menu-usuario-pantoja

Version:

Prueba Javascript

15 lines (13 loc) 242 B
const nombre = [ { type: 'text', name: 'nombre', message: 'Ingrese el nombre' }, { type: 'text', name: 'apellido', message: 'Ingrese el apellido' }, ]; module.exports = nombre;