mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Wrap long line in lib/streams.ts
This commit is contained in:
parent
334ca88b50
commit
dfd8fc504a
|
|
@ -12,7 +12,8 @@
|
|||
|
||||
const BUF_SIZE = 65536 * 4;
|
||||
|
||||
type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex';
|
||||
type BufferEncoding =
|
||||
'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex';
|
||||
|
||||
export class ReadStream {
|
||||
buf: Buffer;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user