UNPKG

code-story

Version:

Get your code activity log for standup from git

6 lines (5 loc) 125 B
/** * Get git repository name */ declare const getRepositoryName: () => Promise<string>; export default getRepositoryName;