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

0.1.0 • Public • Published

Installation

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

Summary

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

Details

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

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

interface ParserOptions {
    metadata: DatasetCore;
    baseIRI?: string;
    factory?: DataFactory;
    timezone?: string;
    sheet?: number;
}

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-xlsx

Weekly Downloads

18

Version

0.1.0

License

MIT

Unpacked Size

3.67 kB

Total Files

5

Last publish

Collaborators

  • types