mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-27 01:56:15 -04:00
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import { randIntFromInterval } from '@/utils/random';
|
|
|
|
export const generatePort = () => randIntFromInterval(1024, 65535);
|