Files
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

6 lines
282 B
TypeScript

/**
* Ensures that the native modules are installed in the current runtime.
* Otherwise, it synchronously calls a native function that installs them.
*/
export declare function ensureNativeModulesAreInstalled(): void;
//# sourceMappingURL=ensureNativeModulesAreInstalled.d.ts.map