mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
7 lines
144 B
Text
7 lines
144 B
Text
---
|
|
import { generateRandomBinaryString } from '@/helpers/binary';
|
|
|
|
const binary = generateRandomBinaryString(1000);
|
|
---
|
|
|
|
<span>{binary}</span>
|