import type { Applet } from "../Applet.js"; export const ExitApplet: Applet = { name: "Exit", runFunc: async () => process.exit(0), };