mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Fix numeric properties of node-each object
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@ function testEach() {
|
||||
return {
|
||||
paused: true,
|
||||
readable: false,
|
||||
started: true,
|
||||
done: true,
|
||||
total: true,
|
||||
started: 11,
|
||||
done: 12,
|
||||
total: 22,
|
||||
on: function (eventName: string, cb: (a: any, b?: () => void) => void) {
|
||||
return EachStaticClass([]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user