UNPKG

pg-rdf-to-json

Version:

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

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