prettier/tests/typescript_unique_symbol/unique-symbol.ts

3 lines
50 B
TypeScript

type A = unique symbol;
type B = keyof something;