mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
9 lines
200 B
C
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;
|