Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 10, 2023
1 parent 842b676 commit 2bbb24d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ export type ParseUnicodeRegionSubtag<
type ThroughErrorWithChunks<Chunks extends unknown[], Result> =
Length<Chunks> extends 0 ? Result : [never, never, Chunks]

type rr1 = ParseUnicodeRegionSubtag<'US', ['US', 'u']>

/**
* parse unicode variant subtag
* https://unicode.org/reports/tr35/#unicode_variant_subtag
Expand Down

0 comments on commit 2bbb24d

Please sign in to comment.