UNPKG

sparnatural

Version:

Visual client-side SPARQL query builder and knowledge graph exploration tool

5 lines (4 loc) 194 B
import { Catalog } from '../settings/Catalog'; export declare class SparnaturalSpecificationFactory { build(cfg: any, language: string, catalog: Catalog | undefined, callback: any): void; }