UNPKG

@neo4j/graphql

Version:

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations

10 lines 393 B
import type { Debugger } from "debug"; /** * * @param debug A Debugger instance. * @param prefix The prefix to be added before logging the object. A colon will be added. * @example "successfully decoded JWT" * @param object The object to be logged. */ export declare function debugObject(debug: Debugger, prefix: string, object: unknown): void; //# sourceMappingURL=debug-object.d.ts.map