How to use beeper - 2 common examples

To help you get started, we’ve selected a few beeper examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github geosigno / simpleParallax / gulpfile.babel.js View on Github external
export function onError(err) {
    beeper(2);
    console.log(err);
    this.emit('end');
}
github jamiebuilds / glow / src / Interface.js View on Github external
beep() {
    if (this.env.beep) {
      beep();
    }
  }
}

beeper

Make your terminal beep

MIT
Latest version published 3 years ago

Package Health Score

68 / 100
Full package analysis

Popular beeper functions