UNPKG

image-wife

Version:

A library for compile-time and runtime procedural modification of photographic images.

5 lines (4 loc) 280 B
import { FunctionalPseudoRollType } from './FunctionalPseudoRollType'; import { MetaRollType } from './MetaRollType'; import { MutationRollType } from './MutationRollType'; export declare type RollBaseTypes = MutationRollType | MetaRollType | FunctionalPseudoRollType | null;