/var/www/qr4y.gr/server/delivery/node_modules/@google-cloud/projectify/build/src
NameSizeModeActions
index.d.ts5870644editdlrm
index.js25940644editdlrm
Edit: /var/www/qr4y.gr/server/delivery/node_modules/@google-cloud/projectify/build/src/index.d.ts (587B)
/** * Populate the `{{projectId}}` placeholder. * * @throws {Error} If a projectId is required, but one is not provided. * * @param {*} - Any input value that may contain a placeholder. Arrays and objects will be looped. * @param {string} projectId - A projectId. If not provided * @return {*} - The original argument with all placeholders populated. */ export declare function replaceProjectIdToken(value: any, projectId: string): any; /** * Custom error type for missing project ID errors. */ export declare class MissingProjectIdError extends Error { message: string; }