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