decorator-operations icon indicating copy to clipboard operation
decorator-operations copied to clipboard

Results 2 decorator-operations issues
Sort by recently updated
recently updated
newest added

the filter function passes on all but the first argument. looking at the testing code that makes sense if the function being filtered is a class function since it removes...

It'd be really nice if `debounce` supported the two other parameters that Lodash's [debounce](https://lodash.com/docs/4.17.15#debounce) has: - `max_wait` which ensures that a never-ending sequence of calls to the debounced function will...