UNPKG

image-wife

Version:

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

22 lines (19 loc) 481 B
import { MetaRollType, } from './MetaRollType'; import { MutationRollType, } from './MutationRollType'; import { RollBaseTypes, } from './RollBaseTypes'; export type FunctionalPseudoRollType = ( args?: { args: RollBaseTypes | RollBaseTypes[], currentMetaRollChance: number, foundMetaRollThisRoll: boolean, resetMetaRollEachTick: boolean, lastMetaTickValue: number, }, ...otherArgs: any[] ) => MutationRollType | MetaRollType;