phaser/v3/typings/math/easing/Circular.d.ts

4 lines
136 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export declare function In(v: any): number;
export declare function Out(v: any): number;
export declare function InOut(v: any): number;