Skip to content

Commit

Permalink
feat: export gcp-residency tools (#552)
Browse files Browse the repository at this point in the history
* feat: export `gcp-residency`

* fix: remove unused import
  • Loading branch information
danielbankhead authored Jan 3, 2023
1 parent f65393c commit ba9ae24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,5 @@ export function requestTimeout(): number {

return gcpResidencyCache ? 0 : 3000;
}

export * from './gcp-residency';

0 comments on commit ba9ae24

Please sign in to comment.