UNPKG

@mrhiden/cstruct

Version:

For packing and unpacking bytes (C like structures) in/from Buffer based on Object/Array type for parsing.

6 lines (5 loc) 157 B
import { Model } from "./types"; import { Make } from "./make"; export declare class MakeLE<T> extends Make<T> { constructor(model: Model, struct: T); }