UNPKG
@johnbillion/ghsvg
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
Create an SVG of your GitHub Sponsors
github.com/johnbillion/ghsvg
johnbillion/ghsvg
@johnbillion/ghsvg
/
src
/
import.ts
6 lines
(4 loc)
•
184 B
text/typescript
View Raw
1
2
3
4
5
6
// This is a wrapper file to check if current system can use import
export
async
function
importDefault
(
filepath
:
string
):
Promise
<
any
> {
return
(
await
import
(filepath)).
default
; }