UNPKG

@shubhamrasal/groundline

Version:
10 lines 365 B
/** * 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