Skip to content

tylerlong/axios-formatter

Repository files navigation

axios-formatter

Format axios response to a human-readable string.

Install

yarn add axios-formatter

Usage

import format from 'axios-formatter';

const s = format(r); // `r` is instance of AxiosResponse

console.log(s); // s is human-readable string

About

Format axios response to a human-readable string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published