Skip to main content
Module

std/node/_crypto/types.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.import { Buffer } from "../buffer.ts";
export type HASH_DATA = string | ArrayBufferView | Buffer;