Skip to content

Commit a5be555

Browse files
authored
refactor: use unique symbol for more accurate typing. (#4651)
1 parent bcc81b1 commit a5be555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/request/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const GET_MATCH_RESULT: symbol = Symbol()
1+
export const GET_MATCH_RESULT: unique symbol = Symbol()

0 commit comments

Comments
 (0)