import { assertValidSecond } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/temporal-util.ts";
Assert that the second value is valid.
Parameters
second: NumberOrInteger
the value to check.
Returns
the value of the second if it is valid. Exception is thrown otherwise.