mol_wire_lib 1.0.284 → 1.0.287

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.d.ts CHANGED
@@ -370,7 +370,7 @@ declare namespace $ {
370
370
  set(key: Key, value: Value): this;
371
371
  delete(key: Key): boolean;
372
372
  clear(): void;
373
- item(key: Key, next?: Value | null): Value | null;
373
+ item(key: Key, next?: Value | null): NonNullable<Value> | null;
374
374
  }
375
375
  }
376
376