UNPKG

@incremunica/types

Version:
7 lines (6 loc) 146 B
import type * as RDF from '@rdfjs/types'; export type BindingsOrder = { hash: string; result: RDF.Term | undefined; index: number; };