芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/.nvm/versions/node/v12.22.1/lib/node_modules/pm2/node_modules/get-uri/dist/data.d.ts
///
import { Readable } from 'stream'; import { UrlWithStringQuery } from 'url'; import { GetUriOptions } from '.'; declare class DataReadable extends Readable { hash?: string; constructor(hash: string, buf: Buffer); } interface DataOptions extends GetUriOptions { cache?: DataReadable; } /** * Returns a Readable stream from a "data:" URI. */ export default function get({ href: uri }: UrlWithStringQuery, { cache }: DataOptions): Promise
; export {};