UNPKG

nikki

Version:

A browser-based IDE written in NodeJS. For Real.

10 lines 177 B
/** * A simple wrapper for KeyboardJS. * * @type {exports} */ module.exports = { on: function(combination, action) { KeyboardJS.on(combination, action); } };