mrmBot-Matrix/natives/squish.h

6 lines
85 B
C
Raw Normal View History

2022-10-07 18:26:12 +00:00
#pragma once
#include <napi.h>
Napi::Value Squish(const Napi::CallbackInfo& info);