UNPKG

gatsby-source-sanity

Version:

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

5 lines (4 loc) 180 B
/// <reference types="node" /> declare type Stream = NodeJS.ReadableStream | NodeJS.WritableStream; export declare function pump(streams: Stream[]): Promise<undefined>; export {};