MyRepo-Ums/node_modules/@sigstore/sign/dist/util/crypto.d.ts

5 lines
175 B
TypeScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
/// <reference types="node" />
/// <reference types="node" />
import { BinaryLike } from 'crypto';
export declare function hash(data: BinaryLike, algorithm?: string): Buffer;