react-native-node-api
Version:
Node-API for React Native
7 lines • 320 B
TypeScript
import { FunctionDecl } from "./node-api-functions";
export declare const CPP_SOURCE_PATH: string;
/**
* Generates source code which injects the Node API functions from the host.
*/
export declare function generateSource(functions: FunctionDecl[]): string;
//# sourceMappingURL=generate-weak-node-api-injector.d.ts.map