prettier/tests/typescript_class/quoted-property.ts

4 lines
39 B
TypeScript

class User {
"username": string;
}