UNPKG

wechat-devtool

Version:

Wechat Miniprogram Devtool CLI for NodeJS

7 lines 166 B
/** * 获取最近的commit message * 1. git log * 2. COMMIT_EDITMSG */ export declare function getCommitMsg(): Promise<string>; //# sourceMappingURL=git.d.ts.map