UNPKG

@rdfjs/types

Version:

Authoritative TypeScript typings for all RDF/JS specifications

7 lines (5 loc) 160 B
/// <reference types="node" /> export type * from './data-model'; export type * from './stream'; export type * from './dataset'; export type * from './query';