Skip to content

Commit 8e069c9

Browse files
committed
Include markdown for new test
1 parent d007cb2 commit 8e069c9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## API Report File for "api-extractor-test-05"
2+
3+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4+
5+
```ts
6+
7+
// @public (undocumented)
8+
export let MY_CONSTANT : number;
9+
10+
// @public
11+
export class MyClass {
12+
someMethod(x : number , y : string ) : boolean ;
13+
}
14+
15+
// (No @packageDocumentation comment for this package)
16+
17+
```

0 commit comments

Comments
 (0)