UNPKG

imagetools-core

Version:
6 lines (5 loc) 170 B
import type { TransformFactory } from '../types.js'; export interface MedianOptions { median: string; } export declare const median: TransformFactory<MedianOptions>;