UNPKG
callsign
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.1
Amateur radio and airline call sign inquiry
callsign
/
src
/
runtime
/
index.js
9 lines
(8 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
callsign
from
'../esm'
if
(
typeof
window
!==
'undefined'
) {
window
.
callsign
= callsign }
else
{
console
.
error
(
'[callsign.js]: This applies to the browser version, please use the Node.js version!'
) }