Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aliyun_sdk/deps.ts>Hash#digest

阿里云内容审核sdk
Latest
method Hash.prototype.digest
import { Hash } from "https://deno.land/x/aliyun_sdk@v0.0.3/deps.ts";

Parameters

bytes: Uint8Array

Returns

{ data: Uint8Array; hex(): string; }