Skip to content

Commit

Permalink
Add named export (Interval) for ExperimentalInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmischka committed Jul 19, 2022
1 parent 8d02eda commit 18b3b37
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import {
LambdaResponse,
} from './utils/http'

export { ActionGroup, io, ctx, IntervalError }

export default class ExperimentalInterval extends Interval {
class ExperimentalInterval extends Interval {
/*
* Add an ActionGroup and its child actions to this deployment.
*/
Expand Down Expand Up @@ -212,3 +210,7 @@ export default class ExperimentalInterval extends Interval {
}
}
}

export { ActionGroup, io, ctx, IntervalError, ExperimentalInterval as Interval }

export default ExperimentalInterval

0 comments on commit 18b3b37

Please sign in to comment.