Skip to content

Commit

Permalink
Regenerate README
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed Oct 28, 2021
1 parent fa52201 commit 5c519e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const func = () => console.log('Heavy processing happening')
const debouncedFunc = flocky.debounce(func, 250)
```

<sup>[Source](./src/debounce/debounce.ts) • Minify: 138 B • Minify & GZIP: 117 B<sup>
<sup>[Source](./src/debounce/debounce.ts) • Minify: 131 B • Minify & GZIP: 113 B<sup>

### duplicates(array, identity?)

Expand Down

0 comments on commit 5c519e1

Please sign in to comment.