UNPKG

@lightningjs/renderer

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