Files
koillection-uploader/node_modules/fetch-blob/index.d.ts
T
joseph.nelson4456 c9f0d5a776
Build and Push Image / build-and-push (push) Successful in 1m16s
adding all images for perfect order to repo
2026-04-28 23:17:38 -07:00

4 lines
102 B
TypeScript

/** @type {typeof globalThis.Blob} */
export const Blob: typeof globalThis.Blob;
export default Blob;