jayphelps / core-decorators

Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @​override, @​deprecate, @​autobind, @​mixin and more. Popular with React/Angular, but is framework agnostic.
MIT License
4.52k stars 263 forks source link

Switched debounce and throttle from timeout #108

Closed nrdobie closed 7 years ago

nrdobie commented 7 years ago

Tests for debounce and throttle will now use fake timers to increase test speed.