UNPKG

103 BJavaScriptView Raw
1const Snekfetch = require('./src/index.js');
2
3// Sync stuff might go here
4
5module.exports = Snekfetch;