UNPKG

@vulcan-sql/serve

Version:

VulcanSQL package for serving projects

4 lines (3 loc) 175 B
import * as Stream from 'stream'; export declare const arrayToStream: (data: Array<any>) => Stream; export declare const streamToString: (stream: Stream) => Promise<unknown>;