Skip to content

Commit 48d48a8

Browse files
Export auth headers function
1 parent b7ed89a commit 48d48a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

typescript/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ export {
7575
formatReport,
7676
// Time utilities
7777
getCurrentTimestamp,
78+
// Authentication Headers
79+
generateAuthHeaders,
7880
} from "./utils";
7981

8082
// Constants
8183
export { DEFAULT_CONFIG } from "./defaultConfig";
82-
export { DEFAULT_TIMEOUT, DEFAULT_RETRY_ATTEMPTS, DEFAULT_RETRY_DELAY } from "./utils/constants";
84+
export { DEFAULT_TIMEOUT, DEFAULT_RETRY_ATTEMPTS, DEFAULT_RETRY_DELAY } from "./utils/constants";

0 commit comments

Comments
 (0)