UNPKG
@eightshone/sshman
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
A simple cli ssh manager
github.com/eightshone/shhman
eightshone/shhman
@eightshone/sshman
/
dist
/
src
/
utils
/
goodbye.js
6 lines
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
GOODBYES
}
from
"./consts.js"
;
function
goodbye
(
) {
console
.
log
(
GOODBYES
[
Math
.
floor
(
Math
.
random
() *
GOODBYES
.
length
)]); }
export
default
goodbye;
//# sourceMappingURL=goodbye.js.map