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