link
This commit is contained in:
23
node_modules/firebase-functions/lib/v1/index.d.ts
generated
vendored
Normal file
23
node_modules/firebase-functions/lib/v1/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import * as logger from "../logger";
|
||||
import * as analytics from "./providers/analytics";
|
||||
import * as auth from "./providers/auth";
|
||||
import * as database from "./providers/database";
|
||||
import * as firestore from "./providers/firestore";
|
||||
import * as https from "./providers/https";
|
||||
import * as pubsub from "./providers/pubsub";
|
||||
import * as remoteConfig from "./providers/remoteConfig";
|
||||
import * as storage from "./providers/storage";
|
||||
import * as tasks from "./providers/tasks";
|
||||
import * as testLab from "./providers/testLab";
|
||||
import { setApp as setEmulatedAdminApp } from "../common/app";
|
||||
export { analytics, auth, database, firestore, https, pubsub, remoteConfig, storage, tasks, testLab, logger, };
|
||||
export declare const app: {
|
||||
setEmulatedAdminApp: typeof setEmulatedAdminApp;
|
||||
};
|
||||
export * from "./cloud-functions";
|
||||
export * from "./config";
|
||||
export * from "./function-builder";
|
||||
export * from "./function-configuration";
|
||||
import * as params from "../params";
|
||||
export { params };
|
||||
export { onInit } from "../common/onInit";
|
||||
Reference in New Issue
Block a user