mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-27 10:06:16 -04:00
4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
![]() |
import { randIntFromInterval } from '@/utils/random';
|
||
|
|
||
|
export const generatePort = () => randIntFromInterval(1024, 65535);
|