UNPKG

validate-image-type

Version:

Check the image file of a Buffer/Uint8Array that matched expected image MIME-type.

4 lines (3 loc) 137 B
/// <reference types="node" /> export declare const BINARY_READ_LENGTH = 24; export declare const isBinary: (buffer: Buffer) => boolean;