• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
2 #define TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
3 
4 #include <js_native_api.h>
5 
6 void init_test_null(napi_env env, napi_value exports);
7 
8 #endif  // TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
9