first-occurrence/index.js
2024-06-24 23:15:31 +08:00

3 lines
No EOL
103 B
JavaScript

import { input } from '@inquirer/prompts';
const answer = await input({ message: 'Enter your name' });