link
This commit is contained in:
7
node_modules/firebase-functions/lib/common/onInit.d.ts
generated
vendored
Normal file
7
node_modules/firebase-functions/lib/common/onInit.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Registers a callback that should be run when in a production environment
|
||||
* before executing any functions code.
|
||||
* Calling this function more than once leads to undefined behavior.
|
||||
* @param callback initialization callback to be run before any function executes.
|
||||
*/
|
||||
export declare function onInit(callback: () => unknown): void;
|
||||
Reference in New Issue
Block a user