sharp-read-bmp/built/index.d.ts

5 lines
259 B
TypeScript
Raw Permalink Normal View History

2024-10-05 11:14:05 +00:00
/// <reference types="node" />
/// <reference types="node" />
import sharp from 'sharp';
export declare function sharpBmp(source: Buffer | Int8Array | Uint8Array | Uint8ClampedArray | string, type: string, options?: sharp.SharpOptions): Promise<sharp.Sharp>;