Skip to content

parse method is undefined #46

@bolerio

Description

@bolerio

I did npm install rdf-parse and ended up with

"rdf-parse": "^2.1.1",

in my package.json. Then doing:

import rdfParser from "rdf-parse"
....
rdfParser.parse(someStream, { contentType: 'text/turtle'})

I end up with TypeError: rdfParser.parse is not a function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions