2.0.6 • Published 4 months ago

@types/rdfjs__serializer-ntriples v2.0.6

Weekly downloads
24
License
MIT
Repository
github
Last release
4 months ago

Installation

npm install --save @types/rdfjs__serializer-ntriples

Summary

This package contains type definitions for @rdfjs/serializer-ntriples (https://github.com/rdfjs-base/serializer-ntriples).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__serializer-ntriples.

index.d.ts

// Type definitions for @rdfjs/serializer-ntriples 1.0
// Project: https://github.com/rdfjs-base/serializer-ntriples
// Definitions by: tpluscode <https://github.com/tpluscode>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { EventEmitter } from 'events';
import { Sink, Stream, BaseQuad, Quad } from 'rdf-js';

declare class Serializer<Q extends BaseQuad = Quad> implements Sink<Stream<Q>, EventEmitter> {
    import(stream: Stream<Q>): EventEmitter;
}

export = Serializer;

Additional Details

  • Last updated: Thu, 03 Jun 2021 17:02:08 GMT
  • Dependencies: @types/rdf-js
  • Global values: none

Credits

These definitions were written by tpluscode.

2.0.6

4 months ago

2.0.3

7 months ago

2.0.2

8 months ago

2.0.5

6 months ago

2.0.4

7 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago