We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c2277 commit 13efee7Copy full SHA for 13efee7
.changeset/empty-boats-wonder.md
@@ -0,0 +1,5 @@
1
+---
2
+"rdf-validate-shacl": patch
3
4
+
5
+Export types which were previously exported by `@types/rdf-validate-shacl`
src/validation-report.ts
@@ -8,7 +8,7 @@ import { prepareNamespaces } from './namespaces.js'
8
/**
9
* Result of a SHACL validation.
10
*/
11
-class ValidationReport {
+export class ValidationReport {
12
declare factory: Environment
13
declare ns: Namespaces
14
declare pointer: GraphPointer
@@ -46,7 +46,7 @@ class ValidationReport {
46
}
47
48
49
-class ValidationResult {
+export class ValidationResult {
50
declare term: Term
51
declare dataset: DatasetCore
52
0 commit comments