Skip to content

Commit 2107196

Browse files
author
Martynas Žilinskas
authored
Feature: Api item to string (#27)
1 parent 08f5fbd commit 2107196

File tree

80 files changed

+2182
-1485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2182
-1485
lines changed

common/config/rush/npm-shrinkwrap.json

Lines changed: 48 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ts-docs-gen/examples/simple/contracts.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,8 @@ export interface Plugin<TKind = Contracts.ApiItemDto> {
5959
Render(options: PluginOptions<TKind>): PluginResult;
6060
}
6161

62-
export type MappedType = {[K in "a-b-c"]: number};
62+
export type MappedType = {
63+
[K in "a-b-c"]: number
64+
};
65+
66+
export type FooTuple = [string, number];

0 commit comments

Comments
 (0)