angular-cn/tools/ts-api-guardian/test/fixtures/module_identifier.d.ts
Pete Bacon Darwin c5949f85ef build: update ts-api-guardian jsdoc tag requirements (#26595)
Now `@experimental` tags are banned; and `@publicApi`
tags are required on exports.

PR Close #26595
2018-10-19 14:35:52 -07:00

6 lines
98 B
TypeScript

import * as foo from './somewhere';
/** @publicApi */
export declare class A extends foo.Bar {
}