mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 21:49:48 +00:00

PR-URL: https://github.com/nodejs/node/pull/47567 Reviewed-By: Michael Dawson <midawson@redhat.com>
9 lines
244 B
C
9 lines
244 B
C
#ifndef TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
|
|
#define TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
|
|
|
|
#include <js_native_api.h>
|
|
|
|
void init_test_null(napi_env env, napi_value exports);
|
|
|
|
#endif // TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
|