Skip to content

Commit

Permalink
Expose Instance.cons
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed May 4, 2024
1 parent 89cd169 commit 79c7ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instance.js
Expand Up @@ -40,7 +40,7 @@ export const fromJs = (value, uri = "", pointer = "", parent = undefined) => {
}
};

const cons = (baseUri, pointer, value, type, children, parent) => {
export const cons = (baseUri, pointer, value, type, children, parent) => {
const node = {
baseUri: baseUri ? toAbsoluteIri(baseUri) : "",
pointer: pointer,
Expand Down

0 comments on commit 79c7ee6

Please sign in to comment.