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

12 lines (11 loc) 293 B
export type GenericMapGroupInit = Record<string, unknown>; /** * CESR Generic Map */ export declare class GenericMapGroup { #private; constructor(init: GenericMapGroupInit); text(): string; binary(): Uint8Array; static from(init: GenericMapGroupInit): GenericMapGroup; }