mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 20:39:30 +00:00

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