Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hyperkeys-api

xurei8MIT1.2.0

API for HyperKeys extensions

readme

WIP

platform

Useful values for platform detection.

platform.name generic name of the platform; most likely unreliable

platform.arch should be x64 or ia32

platform.isWin true on Windows

platform.isWin32 true on Windows 32bits

platform.isWin64 true on Windows 64bits

platform.isMac true on Mac OS

platform.isLinux true on Linux

NotificationService

NotificationService.send({title, message, timeoutSeconds})

Sends a notification to the OS.