Skip to content

Commit f5191e6

Browse files
docs(README.md): fix
1 parent be6fed4 commit f5191e6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ const isObjectKey: IsObjectKey =
999999
value
10001000
);
10011001
```
1002-
1002+
10031003
| Type variable | Default value | Description |
10041004
| :------------- | :------------ | :---------- |
10051005
| `Type` | `object` | A generic variable to the return type `value` is `Type` |
@@ -2467,6 +2467,13 @@ MIT © angular-package ([license][license])
24672467

24682468
----
24692469

2470+
<style>
2471+
table {
2472+
width:100%;
2473+
margin-bottom: 16px;
2474+
}
2475+
</style>
2476+
24702477
<!-- Changes -->
24712478
[new]: https://img.shields.io/badge/-new-green
24722479
[update]: https://img.shields.io/badge/-update-red

packages/type/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ const isObjectKey: IsObjectKey =
999999
value
10001000
);
10011001
```
1002-
1002+
10031003
| Type variable | Default value | Description |
10041004
| :------------- | :------------ | :---------- |
10051005
| `Type` | `object` | A generic variable to the return type `value` is `Type` |
@@ -2467,6 +2467,13 @@ MIT © angular-package ([license][license])
24672467

24682468
----
24692469

2470+
<style>
2471+
table {
2472+
width:100%;
2473+
margin-bottom: 16px;
2474+
}
2475+
</style>
2476+
24702477
<!-- Changes -->
24712478
[new]: https://img.shields.io/badge/-new-green
24722479
[update]: https://img.shields.io/badge/-update-red

0 commit comments

Comments
 (0)