Files

4 lines
73 B
JavaScript
Raw Permalink Normal View History

'use strict';
export default typeof Blob !== 'undefined' ? Blob : null;