UNPKG

@mrhiden/cstruct

Version:

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

18 lines (17 loc) 520 B
export * from './functions.utils'; export * from './types'; export * from './cstruct-be'; export * from './cstruct-le'; export * from './make-be'; export * from './make-le'; export * from './model-parser'; export * from './read-be'; export * from './read-le'; export * from './read-buffer-be'; export * from './read-buffer-le'; export * from './write-be'; export * from './write-le'; export * from './write-buffer-be'; export * from './write-buffer-le'; export * from './decorators'; export * from './decorators-types';