UNPKG

t-comm

Version:

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

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