@types/rdf-parser-csvw
TypeScript icon, indicating that this package has built-in type declarations

0.15.0 • Public • Published

Installation

npm install --save @types/rdf-parser-csvw

Summary

This package contains type definitions for rdf-parser-csvw (https://github.com/rdf-ext/rdf-parser-csvw).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdf-parser-csvw.

import { DataFactory, DatasetCore } from "@rdfjs/types";
import { Readable, Transform } from "stream";

interface ParserOptions {
    metadata: DatasetCore;
    baseIRI?: string;
    factory?: DataFactory;
    timezone?: string;
    relaxColumnCount?: boolean;
    skipLinesWithError?: boolean;
}

declare class Parser {
    constructor(options: ParserOptions);
    import(input: Readable, options?: ParserOptions): Transform;
    static import(input: Readable, options: ParserOptions): Transform;
}

export = Parser;

Additional Details

  • Last updated: Thu, 16 May 2024 05:35:59 GMT
  • Dependencies: @rdfjs/types

Credits

These definitions were written by Tomasz Pluskiewicz.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rdf-parser-csvw

Weekly Downloads

133

Version

0.15.0

License

MIT

Unpacked Size

3.72 kB

Total Files

5

Last publish

Collaborators

  • types