UNPKG
hyperlinker
Version:
latest (1.0.0)
1.0.0
Write hyperlinks in the terminal.
github.com/jamestalmage/hyperlinker
jamestalmage/hyperlinker
hyperlinker
/
browser.js
5 lines
(4 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
module
.
exports
=
function
(
) {
throw
new
Error
(
'Hyperlinker is not supported in the browser. Use the `supports-hyperlinks` module to avoid calling it'
); };