mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-14 01:54:47 +02:00
Rename to typescript extension
This commit is contained in:
2
client/helpers/random.ts
Normal file
2
client/helpers/random.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
const random = (min, max) => min + Math.round(Math.random() * (max - min));
|
||||
export default random;
|
Reference in New Issue
Block a user