UNPKG

image-wife

Version:

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

16 lines (14 loc) 307 B
import { FunctionalPseudoRollType, } from './FunctionalPseudoRollType'; import { MetaRollType, } from './MetaRollType'; import { MutationRollType, } from './MutationRollType'; export type RollBaseTypes = MutationRollType | MetaRollType | FunctionalPseudoRollType | null;