UNPKG

hexo-cli

Version:

Command line interface for Hexo

11 lines 253 B
"use strict"; const byeWords = [ 'Good bye', 'See you again', 'Farewell', 'Have a nice day', 'Bye!', 'Catch you later' ]; module.exports = () => byeWords[(Math.random() * byeWords.length) | 0]; //# sourceMappingURL=goodbye.js.map