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