npm install --save @types/rdfjs__sink-to-duplex
This package contains type definitions for @rdfjs/sink-to-duplex (https://github.com/rdfjs-base/sink-to-duplex).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__sink-to-duplex.
import { Sink } from "@rdfjs/types";
import { Duplexify } from "duplexify";
import { DuplexOptions } from "stream";
declare function sinkToDuplex(sink: Sink<any, any>, options?: DuplexOptions): Duplexify;
export = sinkToDuplex;
- Last updated: Thu, 16 May 2024 05:35:59 GMT
- Dependencies: @rdfjs/types, @types/duplexify
These definitions were written by Tomasz Pluskiewicz.