UNPKG

gatsby-source-sanity

Version:

Gatsby source plugin for building websites using Sanity.io as a backend.

4 lines (3 loc) 157 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare function getDocumentStream(url: string, token?: string): Promise<Readable>;