mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
Rename to typescript extension
This commit is contained in:
2
client/helpers/randomFromArray.ts
Normal file
2
client/helpers/randomFromArray.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
const randomFromArray = (array) => array[Math.floor(Math.random() * array.length)];
|
||||
export default randomFromArray;
|
Reference in New Issue
Block a user