playwright/utils/doclint/check_public_api/test/diff-properties/api.ts
2020-02-24 18:17:31 -08:00

5 lines
52 B
TypeScript

class Foo {
a = 42;
b = 'hello';
}
export {Foo};