Comparing version 2.3.2 to 2.3.3
import { RdfParser } from './RdfParser'; | ||
export * from "./RdfParser"; | ||
declare const _default: RdfParser<import("rdf-js").Quad>; | ||
declare const _default: RdfParser<import("@rdfjs/types").Quad>; | ||
export default _default; |
{ | ||
"name": "rdf-parse", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Parses RDF from any serialization", | ||
@@ -5,0 +5,0 @@ "lsd:module": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47292