
// (c) oblong industries

#ifndef GELATIN_BYTE_SERIAL_H
#define GELATIN_BYTE_SERIAL_H

#include <nan.h>

namespace gelatin {

class ByteSerial {
 public:
  static NAN_MODULE_INIT(Init);
};
}

#endif
