UNPKG
send-beacon
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Beacon API for nodejs
github.com/amio/send-beacon
amio/send-beacon
send-beacon
/
index.d.ts
5 lines
(4 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
declare
module
"send-beacon"
{
function
sendBeacon
(
url
:
string
,
data
?:
string
):
void
;
export
= sendBeacon; }