Comparing version 4.11.0 to 4.11.1
@@ -102,2 +102,11 @@ import type { PathLike, symlink } from 'fs'; | ||
} | ||
/** | ||
* Declare ReadableStream in case dom.d.ts is not added to the tsconfig lib causing | ||
* ReadableStream interface is not defined. For developers with dom.d.ts added, | ||
* the ReadableStream interface will be merged correctly. | ||
*/ | ||
declare global { | ||
export interface ReadableStream { | ||
} | ||
} | ||
export interface IFileHandle { | ||
@@ -104,0 +113,0 @@ fd: number; |
{ | ||
"name": "memfs", | ||
"version": "4.11.0", | ||
"version": "4.11.1", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
671611
10038