mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
since https://github.com/oven-sh/bun/pull/20772 Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
5 lines
75 B
C
5 lines
75 B
C
#pragma once
|
|
#define NAPI_EXPERIMENTAL
|
|
#include <napi.h>
|
|
#include <node.h>
|