import { totalNanoseconds } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/temporal-util.ts";
Get the total number of nanoseconds from the milliseconds of the given standard JavaScript date and optional nanosecond part.
Parameters
standardDate: Date
the standard JavaScript date.
optional
nanoseconds: NumberOrIntegerthe optional number of nanoseconds.
Returns
the total amount of nanoseconds.