mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-06 05:54:10 +00:00
7 lines
134 B
CoffeeScript
7 lines
134 B
CoffeeScript
|
isOnline = require('is-online')
|
||
|
|
||
|
# A wrapper around isOnline in order
|
||
|
# to be able to stub it with Sinon
|
||
|
|
||
|
exports.isOnline = isOnline
|