5 lines
84 B
C
5 lines
84 B
C
#pragma once
|
|
|
|
#include <napi.h>
|
|
|
|
Napi::Value Swirl(const Napi::CallbackInfo& info);
|