node-one-time

Run the supplied Node.js function exactly once
  https://github.com/3rd-Eden/one-time#readme
  0
  no reviews



Call the supplied function exactly one time. This prevents double callback execution. This module can be used on both Node.js, React-Native, or browsers using Browserify.

Node.js is an event-based server-side JavaScript engine.