A promise to find a free port.
npm install freeport-promise 
> Like freeport but with promises
``javascript
import { freeport } from 'freeport'
const port = await freeport()
console.log(port)
``