UNPKG

@johnbillion/ghsvg

Version:

Create an SVG of your GitHub Sponsors

6 lines (4 loc) 184 B
// 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; }