/**
 * Copyright (C) JoyStream - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Bedeho Mender <bedeho.mender@gmail.com>, January 25 2017
 */

#ifndef JOYSTREAM_NODE_INIT_HPP
#define JOYSTREAM_NODE_INIT_HPP

#include <nan.h>

namespace joystream {
namespace node {
  NAN_MODULE_INIT(Init);
}
}

#endif // JOYSTREAM_NODE_INIT_HPP
