UNPKG

imagetools-core

Version:
6 lines (5 loc) 179 B
import type { TransformFactory } from '../types.js'; export interface FlattenOptions { flatten: '' | 'true'; } export declare const flatten: TransformFactory<FlattenOptions>;