UNPKG

@atcute/car

Version:

lightweight DASL CAR and atproto repository decoder for AT Protocol.

3 lines (2 loc) 119 B
import { RepoEntry } from './types.js'; export declare function fromUint8Array(buf: Uint8Array): Generator<RepoEntry>;