mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
12 lines
208 B
C++
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
|