UNPKG

@liberation-data/drivine

Version:

Best and fastest graph database client for TypeScript / Node.js. Provides a level of abstraction for building highly scalable applications, without compromising architectural integrity

6 lines (5 loc) 181 B
/// <reference types="node" /> import { Readable, Writable } from 'stream'; export declare class StreamUtils { static untilClosed(stream: Readable | Writable): Promise<void>; }