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 a00ad92 commit 47f72d8Copy full SHA for 47f72d8
src/cloud-functions.ts
@@ -39,6 +39,8 @@ import {
39
} from './common/encoding';
40
import { ManifestEndpoint, ManifestRequiredAPI } from './runtime/manifest';
41
42
+export { Change } from './common/change';
43
+
44
/** @hidden */
45
const WILDCARD_REGEX = new RegExp('{[^/{}]*}', 'g');
46
src/v2/index.ts
@@ -60,4 +60,6 @@ export {
60
EventHandlerOptions,
61
} from './options';
62
63
+export { Change } from '../common/change';
64
65
export { CloudFunction, CloudEvent } from './core';
0 commit comments