6 lines
86 B
C
6 lines
86 B
C
|
#pragma once
|
||
|
|
||
|
#include <napi.h>
|
||
|
|
||
|
Napi::Value Deepfry(const Napi::CallbackInfo& info);
|