Files
bun.sh/test/napi/napi-app/class_test.h
2024-10-23 18:29:48 -07:00

13 lines
250 B
C++

#pragma once
// Functions exported to JS that make a class available with some interesting
// properties and methods
#include <napi.h>
namespace napitests {
void register_class_test(Napi::Env env, Napi::Object exports);
} // namespace napitests