UNPKG

@eightshone/sshman

Version:
8 lines (5 loc) 156 B
import { GOODBYES } from "./consts"; function goodbye() { console.log(GOODBYES[Math.floor(Math.random() * GOODBYES.length)]); } export default goodbye;