UNPKG

@geckos.io/typed-array-buffer-schema

Version:

A Schema based Object to Buffer converter

15 lines 399 B
export declare class Schema { private _id; private _name; private _struct; private _bytes; constructor(_id: string, _name: string, _struct: Object); static Validation(struct: Object): void; get id(): string; get name(): string; private isSpecialType; private calcBytes; get struct(): Object; get bytes(): number; } //# sourceMappingURL=schema.d.ts.map