UNPKG

multiformats

Version:

Interface for multihash, multicodec, multibase and CID

7 lines 167 B
import { baseX } from "./base.js"; export const base10 = baseX({ prefix: '9', name: 'base10', alphabet: '0123456789' }); //# sourceMappingURL=base10.js.map