Useful when you need to open external url in new tab.
window.open will normally open external links as Popups.
$ npm install external-link-new-tab --saveimport { openInNewTab } from 'external-link-new-tab';
openInNewTab("https://solankiamit.com")Type: Object
Type: number
Default: 20
Number of milliseconds after which the new tab will open the link. (normally you won't have to change this. You have option to change it, because why not 😉)
MIT © Amit Solanki