function hideStackFramesimport { hideStackFrames } from "https://dotland.deno.dev/std@0.177.0/node/internal/hide_stack_frames.ts"; hideStackFrames<T extends GenericFunction = GenericFunction>(fn: T): TThis function removes unnecessary frames from Node.js core errors. Type ParametersoptionalT extends GenericFunction = GenericFunctionParametersfn: TReturnsT