Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class default
import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/resolver/configured-custom-resolver.ts";

Constructors

new
default(resolverFunction: (address: string) => string)

Properties

private
readonly
_resolverFunction: (address: string) => string

Methods

resolve(seedRouter: ServerAddress): Promise<ServerAddress[]>