mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 01:22:49 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
'use strict';
|
|
|
|
export default typeof Blob !== 'undefined' ? Blob : null;
|