0.0.1 • Published 7 years ago

toggle-hotplug v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

Related

License

MIT © Bu Kinoshita