UNPKG

chance

Version:

Chance - Utility library to generate anything random

14 lines (10 loc) 164 B
# hashtag ```js // usage chance.hashtag() ``` Return a random hashtag. This is a string of the form '#thisisahashtag'. ```js chance.hashtag() => '#dichumwa' ```