1 2 3 4
import { readdir } from "fs/promises"; const files = await readdir(`/tmp`, {}); console.log(files.map(a => a));