Skip to main content
Module

std/node/_crypto/types.ts

Deno standard library
Go to Latest
File
import { Buffer } from "../buffer.ts";
export type HASH_DATA = string | ArrayBufferView | Buffer;