function types.isNativeErrorimport { types } from "https://dotland.deno.dev/std@0.110.0/node/sys.ts"; const { isNativeError } = types; isNativeError(value: unknown): booleanParametersvalue: unknownReturnsboolean