Skip to content

Commit 1c23e78

Browse files
doc(readme): use Type Application non-deprecated syntax
> Deprecated syntax: adding a dot before the `<` Refs: https://github.com/google/closure-compiler/wiki/Types-in-the-Closure-Type-System#user-content-javascript-types Signed-off-by: Derek Lewis <[email protected]>
1 parent f8cfa59 commit 1c23e78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ object.</p>
223223
<dt><a href="#isArray">isArray(value)</a> ⇒ <code>boolean</code></dt>
224224
<dd><p>Determines whether the passed value is of type <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"><code>Array</code></a>.</p>
225225
</dd>
226-
<dt><a href="#toArray">toArray(arrayLike)</a> ⇒ <code>Array.&lt;T&gt;</code></dt>
226+
<dt><a href="#toArray">toArray(arrayLike)</a> ⇒ <code>Array&lt;T&gt;</code></dt>
227227
<dd><p>Converts an array-like object to an array.</p>
228228
</dd>
229229
<dt><a href="#isInt8Array">isInt8Array(value)</a> ⇒ <code>boolean</code></dt>
@@ -582,15 +582,15 @@ Determines whether the passed value is of type [`Array`](https://developer.mozil
582582

583583
<a name="toArray"></a>
584584

585-
#### toArray(arrayLike) ⇒ <code>Array.&lt;T&gt;</code>
585+
#### toArray(arrayLike) ⇒ <code>Array&lt;T&gt;</code>
586586

587587
Converts an array-like object to an array.
588588

589589
**Kind**: global function
590590

591591
| Param | Type |
592592
| --------- | ------------------------------------------------------- |
593-
| arrayLike | <code>ArrayLike.&lt;T&gt;</code> \| <code>string</code> |
593+
| arrayLike | <code>ArrayLike&lt;T&gt;</code> \| <code>string</code> |
594594

595595
<a name="isInt8Array"></a>
596596

0 commit comments

Comments
 (0)