mobileapplicationPassvault/node_modules/firebase/installations/dist/index.cjs.js

16 lines
391 B
JavaScript
Raw Normal View History

2024-04-12 05:23:32 +00:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var installations = require('@firebase/installations');
Object.keys(installations).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return installations[k]; }
});
});
//# sourceMappingURL=index.cjs.js.map