UNPKG

react-native-node-api

Version:
7 lines 320 B
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