UNPKG
link.land
Version:
latest (1.0.1)
1.0.1
1.0.0
Bypass linkvertise, ad.fly, bit.ly, and cut.ly links in one package
link.land
/
README.md
8 lines
(7 loc)
•
175 B
Markdown
View Raw
1
2
3
4
5
6
7
8
# link.land
Bypass those annoying shortened links within one package.
### Example Usage
```js
const
bypass
=
require
(
'link.land'
); console.
log
(
bypass
(
'your link'
)) ```