Classes
MissingProjectIdError
Custom error type for missing project ID errors.
Functions
replaceProjectIdToken(value, projectId)
export declare function replaceProjectIdToken(value: any, projectId: string): any;Populate the {{projectId}} placeholder.
| Parameters | |
|---|---|
| Name | Description |
value |
any |
projectId |
stringA projectId. If not provided {*} - The original argument with all placeholders populated. |
| Returns | |
|---|---|
| Type | Description |
any |
|