//@ts-check /** * * @param {string} str * @returns */ export default async function input(str) { return await Bun.stdin.text() }