UNPKG

@dreesq/serpent

Version:

An express wrapper for developing fast web applications

8 lines (6 loc) 128 B
const axios = require('axios'); const client = axios.create(); /** * Export the requests client */ exports.methods = client;