UNPKG

@juit/lib-ping

Version:

ICMPv4/ICMPv6 Ping library for NodeJS

7 lines (4 loc) 137 B
'use strict' const os = require('node:os') const native = require(`./${os.platform()}-${os.arch()}/ping.node`) module.exports = native