mirror of
https://github.com/deployphp/action.git
synced 2025-01-31 01:50:55 +00:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
/** @type {typeof globalThis.Blob} */
|
|
export const Blob: typeof globalThis.Blob;
|
|
export default Blob;
|