UNPKG

chrt-object

Version:

Universal Object components of Chrt

13 lines (8 loc) 251 B
import { isNull } from '../../helpers'; export default function curve(interpolationFunction) { if(isNull(interpolationFunction)) { return this.interpolationFunction; } this.interpolationFunction = interpolationFunction; return this; }