@shubhamrasal/groundline
Version:
Groundline GraphDB with IPFS persistence
10 lines • 365 B
TypeScript
/**
* Converts the entire graph to a JSON-LD document
*/
export declare function serializeGraphToJsonLD(): any;
/**
* Optional: Validate and compact JSON-LD using jsonld library
* Note: This requires the jsonld package to be installed
*/
export declare function validateAndCompactJsonLD(jsonLdDoc: any): Promise<any>;
//# sourceMappingURL=graph-jsonld.d.ts.map