@types/rdfjs__sink-to-duplex
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Installation

npm install --save @types/rdfjs__sink-to-duplex

Summary

This package contains type definitions for @rdfjs/sink-to-duplex (https://github.com/rdfjs-base/sink-to-duplex).

Details

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;

Additional Details

Credits

These definitions were written by Tomasz Pluskiewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rdfjs__sink-to-duplex

Weekly Downloads

4,346

Version

1.0.0

License

MIT

Unpacked Size

3.3 kB

Total Files

5

Last publish

Collaborators

  • types