UNPKG

169 BTypeScriptView Raw
1import { Buffer } from 'buffer/';
2/**
3 * Maps HashPrefix names to their byte representation
4 */
5declare const HashPrefix: Record<string, Buffer>;
6export { HashPrefix };