UNPKG

turtlefetch

Version:

Eaisily fetch from api with turtlefetch!

8 lines (5 loc) 174 B
// index.js // Import the TurtleFetch class const TurtleFetch = require('./turtle-fetch'); // Export TurtleFetch as the default export module.exports = TurtleFetch;