Files
bun.sh/test/napi/napi-app/napi_with_version.h
2024-11-11 17:23:02 -08:00

8 lines
172 B
C

#pragma once
#define NAPI_EXPERIMENTAL
#include <napi.h>
#include <node.h>
// TODO(@190n): remove this when CI has Node 22.6
typedef node_api_nogc_env node_api_basic_env;