Skip to content

Commit

Permalink
docs(reference): generate type docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Oct 18, 2019
1 parent d835299 commit f47a560
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
46 changes: 32 additions & 14 deletions docs/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
"sources": [
{
"fileName": "iid/lib/index.d.ts",
"line": 156,
"line": 159,
"character": 9
}
]
Expand Down Expand Up @@ -1266,7 +1266,7 @@
},
{
"fileName": "iid/lib/index.d.ts",
"line": 155,
"line": 158,
"character": 25
},
{
Expand Down Expand Up @@ -1580,7 +1580,7 @@
"sources": [
{
"fileName": "iid/lib/index.d.ts",
"line": 153,
"line": 156,
"character": 9
}
],
Expand Down Expand Up @@ -1991,7 +1991,7 @@
},
{
"fileName": "iid/lib/index.d.ts",
"line": 152,
"line": 155,
"character": 20
},
{
Expand Down Expand Up @@ -2100,7 +2100,7 @@
},
{
"fileName": "iid/lib/index.d.ts",
"line": 150,
"line": 153,
"character": 31
},
{
Expand Down Expand Up @@ -2291,7 +2291,7 @@
},
{
"fileName": "iid/lib/index.d.ts",
"line": 149,
"line": 152,
"character": 43
},
{
Expand Down Expand Up @@ -13568,8 +13568,17 @@
}
],
"type": {
"type": "reference",
"name": "int"
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "undefined"
},
{
"type": "intrinsic",
"name": "number"
}
]
}
},
{
Expand All @@ -13591,8 +13600,8 @@
}
],
"type": {
"type": "reference",
"name": "int"
"type": "intrinsic",
"name": "number"
}
}
],
Expand Down Expand Up @@ -13677,8 +13686,17 @@
}
],
"type": {
"type": "reference",
"name": "int"
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "undefined"
},
{
"type": "intrinsic",
"name": "number"
}
]
}
},
{
Expand All @@ -13700,8 +13718,8 @@
}
],
"type": {
"type": "reference",
"name": "int"
"type": "intrinsic",
"name": "number"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc.min.json

Large diffs are not rendered by default.

0 comments on commit f47a560

Please sign in to comment.