UNPKG
@juit/lib-ping
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
ICMPv4/ICMPv6 Ping library for NodeJS
github.com/juitnow/juit-lib-ping
juitnow/juit-lib-ping
@juit/lib-ping
/
native
/
ping.cjs
7 lines
(4 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
const
os =
require
(
'node:os'
)
const
native =
require
(
`./
${os.platform()}
-
${os.arch()}
/ping.node`
)
module
.
exports
= native