Skip to content

afeiship/url-open

Repository files navigation

url-open

Url open use anchor tag.

version license size download

installation

npm install @jswork/url-open

usage

import urlOpen from '@jswork/url-open';

urlOpen('https://www.baidu.com', { target: '_self'});

license

Code released under the MIT license.