Skip to content

Commit

Permalink
feat(javascript): export task trigger guards from each build entrypoi…
Browse files Browse the repository at this point in the history
…nts (#1289)
  • Loading branch information
Fluf22 committed Feb 6, 2023
1 parent 89d0b7e commit d39716c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/javascript/clients/client/builds/imports.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ export {
{{#hasRegionalHost}}
Region,
{{/hasRegionalHost}}
{{#isIngestionClient}}
isOnDemandTrigger,
isScheduleTrigger,
isSubscriptionTrigger,
{{/isIngestionClient}}
} from '../src/{{apiName}}';
export * from '../model';

0 comments on commit d39716c

Please sign in to comment.