Example solutions but dont work due to typescript

This commit is contained in:
Christer Warén 2021-09-01 17:47:12 +03:00
parent 0858f9e49e
commit 40879c85bb

View File

@ -1,4 +1,4 @@
const fetch = require('node-fetch');
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
module.exports = {
name: 'ready',