function isAbsoluteimport { isAbsolute } from "https://dotland.deno.dev/std@0.116.0/path/posix.ts"; isAbsolute(path: string): booleanVerifies whether provided path is absolute Verifies whether provided path is absolute Parameterspath: stringto be verified as absolute Returnsboolean