UNPKG

multiformats

Version:

Interface for multihash, multicodec, multibase and CID

7 lines 163 B
import { from } from './hasher.js'; import { coerce } from '../bytes.js'; export default from({ name: 'identity', code: 0, encode: input => coerce(input) });