UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

9 lines (8 loc) 162 B
export declare type IGitCommitInfo = { author: string; message: string; hash: string; date: string; timeStamp: string; branch: string; };