File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ export interface LexerOptions {
148148 lineMode ?: boolean | undefined ;
149149 n3 ?: boolean | undefined ;
150150 comments ?: boolean | undefined ;
151+ isImpliedBy ?: boolean | undefined ;
151152}
152153
153154export type TokenCallback = ( error : Error , token : Token ) => void ;
@@ -193,6 +194,7 @@ export interface ParserOptions {
193194 factory ?: RDF . DataFactory | undefined ;
194195 baseIRI ?: string | undefined ;
195196 blankNodePrefix ?: string | undefined ;
197+ isImpliedBy ?: boolean | undefined ;
196198}
197199
198200export interface StreamParserOptions extends ParserOptions {
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @types/n3" ,
4- "version" : " 1.21 .9999" ,
4+ "version" : " 1.24 .9999" ,
55 "projects" : [
66 " https://github.com/rdfjs/n3.js"
77 ],
You can’t perform that action at this time.
0 commit comments