File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { Expression } from "../params" ;
2
2
import { ResetValue } from "../common/options" ;
3
3
4
- export { RESET_VALUE } from "../common/options" ;
4
+ export { RESET_VALUE , ResetValue } from "../common/options" ;
5
5
6
6
/**
7
7
* List of all regions supported by Cloud Functions.
Original file line number Diff line number Diff line change 27
27
28
28
import { convertIfPresent , copyIfPresent } from "../common/encoding" ;
29
29
import { ResetValue } from "../common/options" ;
30
- import * as logger from "../logger" ;
31
30
import { ManifestEndpoint } from "../runtime/manifest" ;
32
31
import { declaredParams , Expression } from "../params" ;
33
32
import { ParamSpec } from "../params/types" ;
34
33
import { HttpsOptions } from "./providers/https" ;
34
+ import * as logger from "../logger" ;
35
35
36
- export { RESET_VALUE } from "../common/options" ;
36
+ export { RESET_VALUE , ResetValue } from "../common/options" ;
37
37
38
38
/**
39
39
* List of all regions supported by Cloud Functions v2
You can’t perform that action at this time.
0 commit comments