UNPKG

139 Btext/x-cView Raw
1#ifndef _MRMR_MRMR_H
2#define _MRMR_MRMR_H
3
4#include <node.h>
5#include <nan.h>
6
7NAN_METHOD(murmur3_sum);
8NAN_METHOD(murmur3_tweak);
9
10#endif