Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.01 KB

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.