We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac948b4 commit 0493271Copy full SHA for 0493271
src/v2/index.ts
@@ -73,3 +73,7 @@ export { Change } from "../common/change";
73
// NOTE: Equivalent to `export * as params from "../params"` but api-extractor doesn't support that syntax.
74
import * as params from "../params";
75
export { params };
76
+
77
+// NOTE: Required to support the Functions Emulator which monkey patches `functions.config()`
78
+// TODO(danielylee): Remove in next major release.
79
+export { config } from "../v1/config";
0 commit comments