4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
'use strict'
|
|
|
|
export default typeof Blob !== 'undefined' ? Blob : null
|