UNPKG

@on2ts/ontologies-sh

Version:
5 lines (4 loc) 195 B
import type { JsonLdParser } from 'jsonld-streaming-parser'; import type { Quad } from 'rdf-js'; declare const stream: () => JsonLdParser, array: () => Promise<Quad[]>; export { stream, array };