check-string-title-capitalize/index.js
2024-07-28 03:57:42 +08:00

3 lines
No EOL
103 B
JavaScript

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