mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
5 lines
198 B
TypeScript
5 lines
198 B
TypeScript
import { GraphPointer } from 'clownface';
|
|
import { DatasetCore, NamedNode } from '@rdfjs/types';
|
|
|
|
export default function findPipeline(dataset: DatasetCore, iri?: NamedNode | string): GraphPointer;
|