File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
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>
16
16
Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
17
17
Joris Labie <joris.labie1@gmail.com>
18
18
Justin Dennison <justin1dennison@gmail.com>
19
+ KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
19
20
Marcus <mfantham@users.noreply.github.com>
20
21
Matt Cochrane <matthew.cochrane.eng@gmail.com>
21
22
Milan Raj <rajsite@users.noreply.github.com>
Original file line number Diff line number Diff line change 18
18
19
19
// TypeScript Version: 2.0
20
20
21
+ /// <reference types="@stdlib/types"/>
22
+
23
+ import { Collection } from '@stdlib/types/object' ;
24
+
21
25
/**
22
26
* Tests if a value is an empty collection.
23
27
*
40
44
* var bool = isEmptyCollection( {} );
41
45
* // returns false
42
46
*/
43
- declare function isEmptyCollection ( value : any ) : boolean ;
47
+ declare function isEmptyCollection ( value : any ) : value is Collection ;
44
48
45
49
46
50
// EXPORTS //
Original file line number Diff line number Diff line change 36
36
"bugs" : {
37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
- "dependencies" : {},
39
+ "dependencies" : {
40
+ "@stdlib/types" : " ^0.0.14"
41
+ },
40
42
"devDependencies" : {
41
43
"@stdlib/array-float32" : " ^0.0.6" ,
42
44
"@stdlib/array-float64" : " ^0.0.6" ,
You can’t perform that action at this time.
0 commit comments