Get url domain for next.
Get url domain for next.
@jswork/next-domain"">
@jswork/next-domain"">
npm install -S @jswork/next-domain
import '@jswork/next-domain';
// normal
nx.domain('https://www.baidu.com/'); // baidu.com
// 2 level
nx.domain('http://12345.i.taobao.com', 2); // taobao.com
Code released under the MIT license.