UNPKG

gverse

Version:

Object Graph Mapper for Dgraph

7 lines (6 loc) 290 B
/** Mock Universe graph */ export declare const graph: any; /** Get the first passed argument to a mock function */ export declare function firstArg(mockFunction: any): any; /** Get the second passed argument to a mock function */ export declare function secondArg(mockFunction: any): any;