aijinkela-wechaty
Version:
Wechaty is a RPA SDK for Chatbot Makers.
12 lines • 396 B
TypeScript
/**
* This file will be overwrite when we publish NPM module
* by scripts/generate_version.ts
*/
import type { PackageJsonWechaty } from './config';
/**
* Huan(202108):
* The below default values is only for unit testing
*/
export declare const packageJson: PackageJsonWechaty;
export declare const GIT_COMMIT_HASH = "GIT_COMMIT_HASH";
//# sourceMappingURL=package-json.d.ts.map