npm.io
0.0.1 • Published 8 years ago

toggle-hotplug

Licence
MIT
Version
0.0.1
Deps
1
Vulns
0
Weekly
0

toggle-hotplug Build Status

Toggle macOS Sierra hotplug on and off

Install

$ yarn add toggle-hotplug

Usage

const { isOn, toggle } = require('toggle-hotplug')

await isOn()
// => false

await toggle()
// => true

API

toggleHotplug

All methods return a promise

isOn()

Returns a Promise of whether the hotplug is on.

toggle()

Inverse the hotplug state.

License

MIT Bu Kinoshita