UNPKG

rdf-dataset-fragmenter

Version:
8 lines (7 loc) 169 B
import type * as RDF from '@rdfjs/types'; /** * Returns true or false for a given quad. */ export interface IQuadMatcher { matches: (quad: RDF.Quad) => boolean; }