3.1.5 • Published 4 months ago

@types/rdfjs__formats-common v3.1.5

Weekly downloads
1,274
License
MIT
Repository
github
Last release
4 months ago

Installation

npm install --save @types/rdfjs__formats-common

Summary

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

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdfjs__formats-common.

index.d.ts

// Type definitions for @rdfjs/formats-common 2.0
// Project: https://github.com/rdfjs-base/formats-common
// Definitions by: tpluscode <https://github.com/tpluscode>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { SinkMap } from '@rdfjs/sink-map';
import { Stream } from 'rdf-js';
import { EventEmitter } from 'events';

declare const formats: {
    parsers: SinkMap<EventEmitter, Stream>;
    serializers: SinkMap<Stream, EventEmitter>;
};

export = formats;

Additional Details

Credits

These definitions were written by tpluscode.