UNPKG

@mrhiden/cstruct

Version:

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

8 lines (7 loc) 216 B
export * from './functions.utils'; export * from './types'; export * from './cstruct-be'; export * from './cstruct-le'; export * from './decorators'; export * from './decorators-types'; export * from './atom-types';