//@ts-check /** * @type {{ [key: string]: string[] }} */ const aliases = { ls: ["ls", "--color"] } module.exports = aliases