UNPKG

@ldhop/core

Version:

Follow your nose through linked data resources - core

10 lines 354 B
export { LdhopEngine } from './LdhopEngine.js'; export { QueryAndStore } from './QueryAndStore.js'; export { fetchRdfDocument, run, } from './utils/helpers.js'; /** * A helper function to help with typing LdhopQuery and intellisense of the variables */ export function ldhopQuery(operations) { return operations; } //# sourceMappingURL=index.js.map