Files
create_listmonk_campaign/node_modules/fetch-blob/index.d.ts
Bryce Thorup 0cc479fc6d
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
WTF not
2024-09-03 10:27:06 -06:00

4 lines
102 B
TypeScript

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