File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 * @internal
1414 */
1515
16- export const matcher = Symbol ( '@ts-pattern/matcher' ) ;
16+ export const matcher = Symbol . for ( '@ts-pattern/matcher' ) ;
1717export type matcher = typeof matcher ;
1818
19- export const unset = Symbol ( '@ts-pattern/unset' ) ;
19+ export const unset = Symbol . for ( '@ts-pattern/unset' ) ;
2020export type unset = typeof unset ;
2121
22- export const isVariadic = Symbol ( '@ts-pattern/isVariadic' ) ;
22+ export const isVariadic = Symbol . for ( '@ts-pattern/isVariadic' ) ;
2323export type isVariadic = typeof isVariadic ;
2424
2525export const anonymousSelectKey = '@ts-pattern/anonymous-select-key' ;
2626export type anonymousSelectKey = typeof anonymousSelectKey ;
2727
28- export const override = Symbol ( '@ts-pattern/override' ) ;
28+ export const override = Symbol . for ( '@ts-pattern/override' ) ;
2929export type override = typeof override ;
You can’t perform that action at this time.
0 commit comments