Files
Fluxup_PAP/node_modules/expo/internal/install-global.js
2026-03-10 16:18:05 +00:00

6 lines
216 B
JavaScript

// WARN: Internal re-export, don't rely on this to be a public API or use it outside of `expo/expo`'s monorepo
const { installGlobal } = require('../src/winter/installGlobal');
module.exports = {
installGlobal,
};