polling-to-event
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "polling-to-event", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Receive events with EventEmitter from a polling function ran on an interval", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,9 +100,9 @@ # node-polling-to-event | ||
##### stop() | ||
##### pause() | ||
Stops the interval. | ||
Pauses the interval. | ||
##### resume() | ||
Resumes the interval if it has been stopped | ||
Resumes the interval if it has been paused | ||
@@ -136,2 +136,2 @@ | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
SOFTWARE. |
14052
136