UNPKG

@ucanto/principal

Version:
7 lines 393 B
export function tagWith(code: number, bytes: Uint8Array): Uint8Array; export function untagWith(code: number, source: Uint8Array, byteOffset?: number): Uint8Array; export const encodingLength: typeof varint.encodingLength; export const encodeTo: typeof varint.encodeTo; export const decode: typeof varint.decode; import { varint } from 'multiformats'; //# sourceMappingURL=multiformat.d.ts.map