UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

7 lines (6 loc) 196 B
/// <reference types="node" /> import { Writable } from 'stream'; export declare class ObjectCollector extends Writable { objects: Array<Record<string, any>>; constructor(options?: {}); }