mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-09-17 17:09:30 +07:00
67ce3558d6
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { Transform } from 'node:stream';
|
|
export default class LastNewline extends Transform {
|
|
lastByte: number | false;
|
|
constructor();
|
|
}
|