phaser/v3/typings/math/Linear.d.ts

2 lines
57 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
export default function (p0: any, p1: any, t: any): any;