Skip to content

Commit

Permalink
Fix missing export
Browse files Browse the repository at this point in the history
Fixes #674
  • Loading branch information
sindresorhus committed Aug 27, 2023
1 parent 9250be2 commit 181c203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/opaque.d.ts
@@ -1,6 +1,6 @@
declare const tag: unique symbol;

declare type TagContainer<Token> = {
export type TagContainer<Token> = {
readonly [tag]: Token;
};

Expand Down

0 comments on commit 181c203

Please sign in to comment.