UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

10 lines (9 loc) 256 B
/// <reference types="node" /> /// <reference types="node" /> import { Writable } from 'stream'; export declare class StreamToString extends Writable { parts: Array<any>; constructor(options?: {}); toBuffer(): Buffer; toString(): string; }