UNPKG

157 BTypeScriptView Raw
1/// <reference types="node" />
2import { Readable } from 'stream';
3export declare function getDocumentStream(url: string, token?: string): Promise<Readable>;