UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

12 lines (9 loc) 158 B
'use strict'; export default { isBufferAvailable() { return typeof Buffer !== 'undefined'; }, from(value) { return Buffer.from(value); } };