This website requires JavaScript.
Explore
Help
Sign In
z2_cc
/
gitlink-cli
forked from
Gitlink/gitlink-cli
Watch
0
Star
0
Fork
You've already forked gitlink-cli
2
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
a429ff1505
gitlink-cli
/
node_modules
/
lie
/
polyfill.js
5 lines
97 B
JavaScript
Raw
Blame
History
'use strict'
;
if
(
typeof
global
.
Promise
!==
'function'
)
{
global
.
Promise
=
require
(
'./lib'
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink