UNPKG

eas-cli

Version:
7 lines (6 loc) 291 B
export declare class ImageNonPngError extends Error { } export declare class ImageTransparencyError extends Error { } export declare function ensurePNGIsNotTransparentAsync(imagePathOrURL: string): Promise<void>; export declare function isPNGAsync(imagePathOrURL: string): Promise<boolean>;