Skip to content

Commit

Permalink
add use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
tsctx committed Dec 7, 2023
1 parent 1d4a848 commit b2b00fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

/** @type {Record<string, string | undefined>} */
const headerNameLowerCasedRecord = {}

Expand Down

0 comments on commit b2b00fe

Please sign in to comment.