mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
8 lines
172 B
C
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;
|