Skip to content

Commit 9e0e368

Browse files
docs(README.md): add generic type variables
1 parent c17d11e commit 9e0e368

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,10 @@ public instance<Type>(
23502350

23512351
**Generic type variables:**
23522352

2353+
| Name | Description |
2354+
| :----- | :----------- |
2355+
| `Type` | A generic variable by default of value captured from a given `constructor` |
2356+
23532357
**Parameters:**
23542358

23552359
| Name: type | Description |
@@ -2796,7 +2800,7 @@ testing.describe('Expects provided value', () => {
27962800

27972801
![new][new]
27982802

2799-
Expects provided `value` to be an [`object`][js-object] with some of the given keys. The method uses [`isObjectKeyIn()`](https://github.com/angular-package/type#isobjectkeys) function from the [`@angular-package/type`][type-github-readme].
2803+
Expects provided `value` to be an [`object`][js-object] with some of the given keys. The method uses [`isObjectKeys()`](https://github.com/angular-package/type#isobjectkeys) function from the [`@angular-package/type`][type-github-readme].
28002804

28012805
```typescript
28022806
public objectKeys(

0 commit comments

Comments
 (0)