UNPKG

@ng-web-apis/universal

Version:

A set of fallback for @ng-web-apis/common for Angular Universal

9 lines (8 loc) 210 B
export declare class BlobMock implements Blob { size: number; type: string; arrayBuffer: () => Promise<any>; stream: () => ReadableStream; text: () => Promise<any>; slice: () => this; }