unis_crm/frontend/node_modules/google-auth-library/build/src/shared.d.cts

8 lines
196 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
declare const pkg: {
name: string;
version: string;
};
declare const PRODUCT_NAME = "google-api-nodejs-client";
declare const USER_AGENT: string;
export { pkg, PRODUCT_NAME, USER_AGENT };