NativeBinding.prototype._init = function()

in index.js [10:16]


NativeBinding.prototype._init = function() {
  if (this._tried) {
    return;
  }
  this._tried = true;
  this._keymapping = require('./build/Release/keymapping');
};