UNPKG

pg-rdf-to-json

Version:

Transforms RDF files from rdf-files.tar.bz2 provided by Project Gutenberg into JS/JSON objects.

3 lines 207 B
import { type UnformattedRDFFile } from '../types.js'; export default function formatValue(key: string, value: any, path: string, original: UnformattedRDFFile): any; //# sourceMappingURL=formatValue.d.ts.map