暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.cjs.js 371B

123456789101112131415
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var database = require('@firebase/database');
  4. Object.keys(database).forEach(function (k) {
  5. if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
  6. enumerable: true,
  7. get: function () { return database[k]; }
  8. });
  9. });
  10. //# sourceMappingURL=index.cjs.js.map