UNPKG

@eightshone/sshman

Version:
6 lines 194 B
import { GOODBYES } from "./consts.js"; function goodbye() { console.log(GOODBYES[Math.floor(Math.random() * GOODBYES.length)]); } export default goodbye; //# sourceMappingURL=goodbye.js.map