]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/core-utils/miscs/miscs.ts
Try to reduce CSS size
[github/Chocobozzz/PeerTube.git] / shared / core-utils / miscs / miscs.ts
index 1eee22d82f26ba83c50196efa2464ede06146632..71703faacbd39acb32b5031b0502d5ae279c12b0 100644 (file)
@@ -1,3 +1,4 @@
+// high excluded
 function randomInt (low: number, high: number) {
   return Math.floor(Math.random() * (high - low) + low)
 }