bind-once
v1.0.2
Published
Bind an event handler that will be triggered once, event if the event happen before the binding.
Readme
once
Bind an event handler that will be triggered once, event if the event happen before the binding.
How to bind
once('EVENT_NAME', handler)
How to trigger
once('EVENT_NAME')
