UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 188 B
import { KeyframeGenerator, Easing } from "../targets/dom/types"; export declare function isKeyframeGenerator(easing?: Easing | Easing[] | KeyframeGenerator): easing is KeyframeGenerator;