This commit is contained in:
afiqzudinhadi 2024-06-24 23:15:31 +08:00
commit 3029c98cd0
5 changed files with 719 additions and 0 deletions

3
index.js Normal file
View file

@ -0,0 +1,3 @@
import { input } from '@inquirer/prompts';
const answer = await input({ message: 'Enter your name' });