PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@xrplf/isomorphic/dist/internal
Просмотр файла: wrapCryptoCreateHash.d.ts
/// <reference types="node" />
import { createHash } from 'crypto';
import { HashFn } from './types';
/**
* Wrap createHash from node to provide an interface that is isomorphic
*
* @param type - the hash name
* @param fn - {createHash} the hash factory
*/
export default function wrapCryptoCreateHash(type: string, fn: typeof createHash): HashFn;
//# sourceMappingURL=wrapCryptoCreateHash.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!