Skip to content

Commit

Permalink
Underscore fake languageTagMarker variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Oct 1, 2024
1 parent 28bb37e commit 5e34a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vintl-nuxt/src/options/language-tag.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare const languageTagMarker: unique symbol
declare const _languageTagMarker: unique symbol

export type LanguageTagMarker = typeof languageTagMarker
export type LanguageTagMarker = typeof _languageTagMarker

export type LanguageTag = string & { [K in LanguageTagMarker]: true }

Expand Down

0 comments on commit 5e34a69

Please sign in to comment.