README
Usage
const getHost = require('get-host')
getHost() // 192.168.11.205
```js const getHost = require('get-host') getHost() // 192.168.11.205 ```
<script type="module">
import getHost from 'https://cdn.skypack.dev/get-host';
</script>
const getHost = require('get-host')
getHost() // 192.168.11.205