Skip to content

Commit

Permalink
feat(let): adds the let operator to Rx.KitchenSink
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 13, 2016
1 parent 830e9d4 commit dca6504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Rx.KitchenSink.ts
Expand Up @@ -87,6 +87,7 @@ import './add/operator/inspectTime';
import './add/operator/isEmpty';
import './add/operator/every';
import './add/operator/last';
import './add/operator/let';
import './add/operator/map';
import './add/operator/mapTo';
import './add/operator/materialize';
Expand Down

0 comments on commit dca6504

Please sign in to comment.