mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-09-17 09:06:48 +07:00
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();
|
||
|
|
}
|