UNPKG

@comunica/types

Version:

Typings module for Comunica

5 lines (4 loc) 146 B
import type * as RDF from '@rdfjs/types'; export type ComunicaDataFactory = RDF.DataFactory & { variable: (value: string) => RDF.Variable; };