Initial setup of project dependencies including axios, express, dotenv, and other supporting packages. Added configuration files and documentation for project setup and usage.
4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
'use strict'
|
|
|
|
export default typeof Blob !== 'undefined' ? Blob : null
|