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