UNPKG

@lightningjs/renderer

Version:
3 lines (2 loc) 173 B
export type TimingFunction = (t: number) => number; export declare const normalizeTimingFunction: (something: string | TimingFunction | undefined) => TimingFunction | null;