feat: added dependencies and removed .idea

This commit is contained in:
SethCohen
2022-08-24 00:36:52 -04:00
parent 09782e77e8
commit fd59991cc1
146 changed files with 60143 additions and 443 deletions
+3
View File
@@ -0,0 +1,3 @@
/** @type {typeof globalThis.Blob} */
export const Blob: typeof globalThis.Blob;
export default Blob;