diff options
Diffstat (limited to 'lib.js')
-rw-r--r-- | lib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.js b/lib.js index 64b0d6c..9038650 100644 --- a/lib.js +++ b/lib.js @@ -12,4 +12,4 @@ export function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min + 1)) + min; -} \ No newline at end of file +} |