git-pull-or-clone icon indicating copy to clipboard operation
git-pull-or-clone copied to clipboard

Add Type Definition for Support Typescript & Add async function

Open ReiiYuki opened this issue 3 years ago • 0 comments

Nowadays most of developer develop JS in the form of Typescript and using async function instead of callback design pattern. (I am one of that developer too lol)

So I add the type definition to this library and also add the async function for gitPullOrClone using as gitPullOrClone.async to enhance the ability of gitPullOrClone.

I hope this pull request will be merged.

Thanks 😄

ReiiYuki avatar Apr 01 '22 04:04 ReiiYuki