mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +03:00
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
'use strict'
|
|
|
|
export default typeof Blob !== 'undefined' ? Blob : null
|