Files
bun.sh/test/napi/napi-app/wrap_tests.h
2024-12-16 15:54:39 -08: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