Skip to content

Commit

Permalink
feat: 🎸 add [dedupe]
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Nov 27, 2023
1 parent be3f1e5 commit 86c06f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/statements/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import exchange from './exchange';
import swing from './swing';
import loop from './loop';
import map from './map';
import dedupe from './dedupe';
import identify from './identify';
import throttle from './throttle';
import combine from './combine';
Expand Down Expand Up @@ -68,6 +69,7 @@ export default {
swing,
loop,
map,
dedupe,
identify,
throttle,
expand,
Expand Down

0 comments on commit 86c06f2

Please sign in to comment.