Skip to content

Commit

Permalink
Continue working on typescript migration linkeddata#355
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 4, 2019
1 parent ee8b9ae commit e7a8cb9
Show file tree
Hide file tree
Showing 13 changed files with 439 additions and 354 deletions.
2 changes: 1 addition & 1 deletion src/data-factory-type.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TFNamedNode, TFBlankNode, TFLiteral, TFQuad, TFTerm, TFDataFactory, TFSubject, TFObject } from "./types"
import { TFNamedNode, TFBlankNode, TFLiteral, TFQuad, TFTerm, TFDataFactory } from "./types"

/**
* Defines a strict subset of the DataFactory as defined in the RDF/JS: Data model specification
Expand Down
Loading

0 comments on commit e7a8cb9

Please sign in to comment.