/var/www/qr4y.gr/server/delivery/node_modules/@firebase/database/dist/src
NameSizeModeActions
api/-0755rm
core/-0755rm
realtime/-0755rm
api.d.ts7030644editdlrm
api.standalone.d.ts21870644editdlrm
index.d.ts8770644editdlrm
index.node.d.ts6450644editdlrm
index.standalone.d.ts6560644editdlrm
register.d.ts670644editdlrm
tsdoc-metadata.json3280644editdlrm
Edit: /var/www/qr4y.gr/server/delivery/node_modules/@firebase/database/dist/src/index.d.ts (877B)
/** * Firebase Realtime Database * * @packageDocumentation */ /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import { Database } from './api/Database'; export * from './api'; declare module '@firebase/component' { interface NameServiceMapping { 'database': Database; } }