UNPKG

276 BTypeScriptView Raw
1import { CryptoDigestAlgorithm, CryptoDigestOptions } from './Crypto.types';
2declare const _default: {
3 readonly name: string;
4 digestStringAsync(algorithm: CryptoDigestAlgorithm, data: string, options: CryptoDigestOptions): Promise<string>;
5};
6export default _default;