@zodash/once
v0.1.6
Published
Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first invocation. The func is invoked with the this binding and arguments of the created function.
Downloads
1,457
Maintainers
Readme
@zodash/microhub
TODO: description
Usage
const createMicrohub = require('@zodash/microhub').createMicrohub;
// TODO: DEMONSTRATE API