Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/somefn/js/hash.ts>hexString

some functions for deno
Go to Latest
function hexString
import { hexString } from "https://deno.land/x/somefn@v0.27.0/js/hash.ts";

将二进制数据储存为 HEX (16 进制字符串)

Parameters

data: Uint8Array

二进制数据

Returns

string

HEX (16 进制字符串)