function types.isUint8Arrayimport { types } from "https://dotland.deno.dev/std@0.116.0/node/sys.ts"; const { isUint8Array } = types; isUint8Array(value: unknown): value is Uint8ArrayParametersvalue: unknownReturnsvalue is Uint8Array