sharp-read-bmp/built/index.d.ts
2024-10-06 00:14:05 +13:00

4 lines
259 B
TypeScript

/// <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>;