UNPKG

@netwerk-digitaal-erfgoed/ld-workbench

Version:

LDWorkbench is a Linked Data Transformation tool designed to use only SPARQL as transformation language.

7 lines 277 B
import { Configuration } from '../configuration.js'; /** * This is a wrapper for the YAML Parser and Schema Validator * to provide a 1 step loader. */ export default function loadConfiguration(filePath: string): Configuration; //# sourceMappingURL=loadConfiguration.d.ts.map