UNPKG

dummy-souseki

Version:

Displays the dummy text with Souseki Natsume 'kokoro'.

8 lines (6 loc) 113 B
class Random { num (max) { return Math.floor(Math.random() * Math.floor(max)) } } export default Random