#ifndef __ORT_NODE_H__ #define __ORT_NODE_H__ #include "common/node.h" void InstallOrtAPI(Napi::Env env, Napi::Object exports); #endif