UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

5 lines (4 loc) 205 B
export declare class BinaryUtil { static isResponseTypeSupported(responseType: any): boolean; static getBinary(url: string, callback: (data: any) => void, error: (error: any) => void): void; }