5 lines
91 B
C
5 lines
91 B
C
#pragma once
|
|
#include "napi.h"
|
|
|
|
Napi::Value getMemoryInfo(const Napi::CallbackInfo& info);
|