File tree 2 files changed +2
-0
lines changed
neo4j-driver-deno/lib/core
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ Object.defineProperty(
349
349
* Test if given object is an instance of {@link UnboundRelationship} class.
350
350
* @param {Object } obj the object to test.
351
351
* @return {boolean } `true` if given object is a {@link UnboundRelationship}, `false` otherwise.
352
+ * @access private
352
353
*/
353
354
function isUnboundRelationship <
354
355
T extends NumberOrInteger = Integer ,
Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ Object.defineProperty(
349
349
* Test if given object is an instance of {@link UnboundRelationship} class.
350
350
* @param {Object } obj the object to test.
351
351
* @return {boolean } `true` if given object is a {@link UnboundRelationship}, `false` otherwise.
352
+ * @access private
352
353
*/
353
354
function isUnboundRelationship <
354
355
T extends NumberOrInteger = Integer ,
You can’t perform that action at this time.
0 commit comments