Add export default to more node polyfills (#20747)

Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2025-06-30 23:02:52 -07:00
committed by GitHub
parent 9049b732db
commit 72d43590a1
7 changed files with 24 additions and 1 deletions

View File

@@ -17,3 +17,5 @@ export var {
validateHeaderName,
validateHeaderValue,
} = https;
export default https;