import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { assertValidYear } = internal.temporalUtil;
Assert that the year value is valid.
Parameters
year: NumberOrInteger
the value to check.
Returns
the value of the year if it is valid. Exception is thrown otherwise.