Bunjs ile cli uzerinden input almak

bunjs, typescript, programming

// Type something to continue.. yEmreAk.com
// yEmreAk.com
const response = prompt("Type something to continue...")
console.log(response)

// โ” Are you sure you want to publish? [y/N] n
// ๐Ÿšซ Aborted
if (!confirm("โ” Are you sure you want to publish?")) {
	console.log("๐Ÿšซ Aborted")
	return
}

Last updated

ยฉ 2024 ~ Yunus Emre Ak ~ yEmreAk