playwright/utils/doclint/check_public_api/test/diff-classes/api.ts

3 lines
58 B
TypeScript
Raw Normal View History

2020-02-25 03:17:31 +01:00
export {Foo} from './foo';
export {Other} from './other';