UNPKG

cesr

Version:

[![NPM Version](https://img.shields.io/npm/v/cesr.svg?style=flat)](https://www.npmjs.com/package/cesr) [![NPM License](https://img.shields.io/npm/l/cesr.svg?style=flat)](https://github.com/lenkan/cesr-js/blob/main/LICENSE) [![CI](https://github.com/lenkan

11 lines (10 loc) 317 B
import { Attachments } from "./attachments.ts"; export interface AttachmentsReaderOptions { version?: number; } export declare class AttachmentsReader { #private; constructor(input: Uint8Array, options?: AttachmentsReaderOptions); get bytesRead(): number; readAttachments(): Attachments | null; }