UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

4 lines (3 loc) 202 B
/// <reference types="node" /> import { Transform, Readable } from 'stream'; export declare const getSearchItemStream: (xmlStream: Readable | null, processText?: (text: string) => string) => Transform;