UNPKG
fomoapp
Version:
latest (4.0.0)
4.0.0
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
Get the latest tech news right into your CLI
github.com/orgoldfus/fomo
orgoldfus/fomo
fomoapp
/
utils
/
link.js
7 lines
(6 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
fallbackLinkFormatter
(
text, url
) {
return
`
${text}
[
${url}
]`
}
module
.
exports
= { fallbackLinkFormatter }