probably

0.0.1 • Public • Published

Probably

Do something... probably.

Installation

npm install probably

Usage

Probably will call the given function with the given probability and return whatever the function returns or false if the function was not called.

var probably = require('probably');

probably(0.5, function () {
    console.log('This will probably happen approximately 50% of the time');
});

License

(The MIT License)

Copyright 2014 Cameron Lakenen

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i probably

      Weekly Downloads

      1

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • lakenen