prettier/tests/typescript_class/quoted-property.ts

4 lines
39 B
TypeScript
Raw Permalink Normal View History

class User {
"username": string;
}