diff options
Diffstat (limited to 'source/github-helpers/api.ts')
-rw-r--r-- | source/github-helpers/api.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/github-helpers/api.ts b/source/github-helpers/api.ts index d0fd1043..5aaf5e4a 100644 --- a/source/github-helpers/api.ts +++ b/source/github-helpers/api.ts @@ -248,3 +248,6 @@ export async function getError(apiResponse: JsonObject): Promise<RefinedGitHubAP error.response = apiResponse; return error; } + +// Export single API object as default +export * as default from './api.js'; |