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