UNPKG

@rnv/engine-rn

Version:

ReNative Engine to build react-native based platforms.

10 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContext = void 0; var core_1 = require("@rnv/core"); // re-export the original getContext with newly decorated type exports.getContext = core_1.getContext; // THIS IS INTENTIONAL ERROR TO CATCH ACCIDENTAL ANYFICATIONS // @ts-expect-error console.log((0, exports.getContext)().program.opts().UNTYPED); //# sourceMappingURL=getContext.js.map