Home > @rushstack/node-core-library > FileSystemReadStream
FileSystemReadStream type
An alias for the Node.js fs.ReadStream object.
Signature:
export type FileSystemReadStream = fs.ReadStream;
Remarks
This avoids the need to import the fs package when using the FileSystem API.