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

12 lines
208 B
C++

#pragma once
// Helper functions used by JS to test napi_wrap
#include "napi_with_version.h"
namespace napitests {
void register_wrap_tests(Napi::Env env, Napi::Object exports);
} // namespace napitests