UNPKG

ts-migrate-server

Version:

A package that contains the main migration runner and spawns a TSServer process

9 lines (8 loc) 238 B
/// <reference types="node" /> export default class ProtocolBuffer { private index; private buffer; append(data: string | Buffer): void; tryReadContentLength(): number; tryReadContent(length: number): string | null; }