UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

17 lines (16 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.options = void 0; let _opts = { interactive: false, verbose: false, manual: false, }; exports.options = { get() { return _opts; }, set(opts) { _opts = opts; }, };