You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const ciutp = require("can-i-use-this-port");
cipt(port); -> return the next free port to use
cipt(3000);
{
return -> 3001 (the port will be check before it)
}