UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

3 lines (2 loc) 158 B
import { Operation } from './AnimBuilderTypes'; export declare function AnimBuilderWithOp(currentValue: number, value: number, operation: Operation): number;