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