-
Notifications
You must be signed in to change notification settings - Fork 618
/
Copy pathapi-extractor-test-04-public.d.ts
58 lines (43 loc) · 1.44 KB
/
api-extractor-test-04-public.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
* api-extractor-test-04
*
* Test scenarios for trimming alpha/beta/internal definitions from the generated *.d.ts files.
*
* @packageDocumentation
*/
import { Lib1Interface } from 'api-extractor-lib1-test';
/* Excluded from this release type: AlphaClass */
/* Excluded from this release type: BetaClass */
/* Excluded from this release type: BetaInterface */
/* Excluded from this release type: ConstEnum */
/* Excluded from this release type: EntangledNamespace */
/* Excluded from this release type: ExportedAlias */
/* Excluded from this release type: InternalClass */
/* Excluded from this release type: IPublicClassInternalParameters */
/**
* This is a public class
* @public
*/
export declare interface IPublicComplexInterface {
/* Excluded from this release type: __index */
/* Excluded from this release type: __new */
}
/* Excluded from this release type: Lib1Interface */
/**
* This is a public class
* @public
*/
export declare class PublicClass {
/* Excluded from this release type: __constructor */
/* Excluded from this release type: betaField */
/**
* This is a comment
*/
undecoratedMember(): void;
/* Excluded from this release type: betaMember */
/* Excluded from this release type: alphaMember */
/* Excluded from this release type: _internalMember */
}
/* Excluded from this release type: RegularEnum */
/* Excluded from this release type: variableDeclaration */
export { }