Files
bun.sh/test/napi/napi-app/napi_with_version.h
2024-12-16 15:54:39 -08:00

9 lines
200 B
C

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