File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Joey Reed <joeyrreed@gmail.com>
1616Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
1717Joris Labie <joris.labie1@gmail.com>
1818Justin Dennison <justin1dennison@gmail.com>
19+ KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
1920Marcus <mfantham@users.noreply.github.com>
2021Matt Cochrane <matthew.cochrane.eng@gmail.com>
2122Milan Raj <rajsite@users.noreply.github.com>
Original file line number Diff line number Diff line change 3434* bool = isPlainObjectArray( [ {}, '3.0' ] );
3535* // returns false
3636*/
37- declare function isPlainObjectArray ( value : any ) : boolean ;
37+ declare function isPlainObjectArray ( value : any ) : value is ArrayLike < object > ;
3838
3939
4040// EXPORTS //
You can’t perform that action at this time.
0 commit comments