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